| From: | Alexander Pyhalov <a(dot)pyhalov(at)postgrespro(dot)ru> |
|---|---|
| To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Remove no-op pull_var_clause flag |
| Date: | 2026-01-21 14:53:41 |
| Message-ID: | 70008c19d22e3dd1565ca57f8436c0ba@postgrespro.ru |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi.
While merging PostgreSQL to our (Shardman) fork, I've noticed that it
uses the same pull_var_clause() flag as we do (coming from
https://www.postgresql.org/message-id/CAFjFpRc8ZoDm0%2Bzhx%2BMckwGyEqkOzWcpVqbvjaxwdGarZSNrmA%40mail.gmail.com)
I was a bit surprised, the patch hasn't landed to master. But flag
somehow slipped in (but only as no-op). The attached patch removes
useless flag.
--
Best regards,
Alexander Pyhalov,
Postgres Professional
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-Remove-PVC_INCLUDE_CONVERTROWTYPES-no-op.patch | text/x-diff | 1.7 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bertrand Drouvot | 2026-01-21 14:56:37 | Re: Fix accidentally cast away qualifiers |
| Previous Message | Alvaro Herrera | 2026-01-21 14:51:40 | Re: log_min_messages per backend type |