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/[email protected] 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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
