Re: explain plans for foreign servers

From: Sami Imseih <samimseih(at)gmail(dot)com>
To: dinesh salve <cooltodinesh(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org, Jeff Davis <pgsql(at)j-davis(dot)com>
Subject: Re: explain plans for foreign servers
Date: 2025-12-04 00:34:23
Message-ID: CAA5RZ0vFAhGgz-VwE0NwvesHNDN5PWAgWA1B=cECg0=5nt0kjQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I forgot to mention this point earlier.

I noticed GENERIC_PLAN is hard-coded to 1 (true).
Is that an oversight, or is it required?

```
+ GENERIC_PLAN 1, \
```

--
Sami Imseih
Amazon Web Services (AWS)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-12-04 00:46:04 Re: oid2name : add objects file path
Previous Message Michael Paquier 2025-12-04 00:32:03 Re: BUG #19095: Test if function exit() is used fail when linked static