From: | Nathan Bossart <nathan(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Retire a few backwards compatibility macros. |
Date: | 2023-11-27 19:11:34 |
Message-ID: | E1r7h13-007Xos-KV@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Retire a few backwards compatibility macros.
As of commits dd04e958c8 and 1833f1a1c3, tuplestore_donestoring(),
SPI_push(), SPI_pop(), SPI_push_conditional(),
SPI_pop_conditional(), and SPI_restore_connection() are no-op
macros provided for backwards compatibility. This commit removes
these macros, so any uses in third-party code will need to be
removed, too. Since these macros have been no-ops for a while,
such adjustments won't produce any behavior changes for all
currently-supported versions of PostgreSQL.
Author: Bharath Rupireddy
Discussion: https://postgr.es/m/CALj2ACVeO58JM5tK2Qa8QC-%3DkC8sdkJOTd4BFU%3DK8zs4gGYpjQ%40mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/75680c3d805e2323cd437ac567f0677fdfc7b680
Modified Files
--------------
src/include/executor/spi.h | 7 -------
src/include/utils/tuplestore.h | 3 ---
2 files changed, 10 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2023-11-27 20:38:24 | Re: pgsql: meson: docs: Add {html,man} targets, rename install-doc-* |
Previous Message | Alvaro Herrera | 2023-11-27 18:18:54 | pgsql: Fix CREATE INDEX CONCURRENTLY example |