Modify sequence catalog tuple before invoking post alter hook.
authorAndres Freund <andres@anarazel.de>
Thu, 1 Jun 2017 00:03:10 +0000 (17:03 -0700)
committerAndres Freund <andres@anarazel.de>
Thu, 1 Jun 2017 21:19:33 +0000 (14:19 -0700)
commit665104557fdc25788a6d54ab271ed818bec18598
tree76d39b78f94be1c68dac5b35a7a367061fb418fe
parent3d79013b970d4cc336c06eb77ed526b44308c03e
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
src/backend/commands/sequence.c