On Thu, May 4, 2023 at 6:00 PM Wen Yi <chuxuec@xxxxxxxxxxx> wrote:
Hi team,I am a newbie to the postgres.When I am studying the compiler,the text book tell me there is there type of compiler.
- Assembly Language Format
- Relocatable Binary Format
- Memory-Image (Load-and-Go) Format
IIUC (I haven't formally studied compilers), none of the above, or, rather, not applicable.
I can conjure up an analogy that says the assembly language artifact has a similar relationship to the operating system kernel as the compiled plan has to the database executor.
David J.