[COMMITTERS] pgsql: Modify sequence catalog tuple before invoking post alter hook. - Mailing list pgsql-committers

From Andres Freund
Subject [COMMITTERS] pgsql: Modify sequence catalog tuple before invoking post alter hook.
Date
Msg-id E1dGXYM-0001wQ-3m@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Modify sequence catalog tuple before invoking post alter hook.

This seems to have been broken in the commit (1753b1b027035029) that
moved the sequence definition into pg_sequence.

Author: Andres Freund
Discussion: https://postgr.es/m/20170601000716.qxg7c46ukkiljjb3@alap3.anarazel.de
Backpatch: Bug is in master/v10 only

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/665104557fdc25788a6d54ab271ed818bec18598

Modified Files
--------------
src/backend/commands/sequence.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Always use -fPIC, not -fpic,when building shared libraries with
Next
From: Alvaro Herrera
Date:
Subject: [COMMITTERS] pgsql: Fix typo