pgsql: Re-add SPICleanup for ABI compatibility in stable branch

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Re-add SPICleanup for ABI compatibility in stable branch
Date: 2022-07-18 19:08:23
Message-ID: E1oDW6Q-0009sf-9K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Re-add SPICleanup for ABI compatibility in stable branch

This fixes an ABI break introduced by
293f5c5f496cd8ce87c65b393613da675fc0bb8d.

Author: Markus Wanner <markus(dot)wanner(at)enterprisedb(dot)com>
Discussion: https://www.postgresql.org/message-id/defd749a-8410-841d-1126-21398686d63d@enterprisedb.com

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9af9e2094dcf16fdff538ce271c33a502e88a160

Modified Files
--------------
src/backend/executor/spi.c | 10 ++++++++++
src/include/executor/spi.h | 1 +
2 files changed, 11 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-07-18 19:56:18 pgsql: Add output directory argument to generate-unicode_norm_table.pl
Previous Message Andres Freund 2022-07-18 18:45:33 pgsql: Deal with paths containing \ and spaces in basebackup_to_shell t