Modify sequence catalog tuple before invoking post alter hook.

Andres Freund <andres@anarazel.de>

Commit: 665104557fdc25788a6d54ab271ed818bec18598
Author: Andres Freund <andres@anarazel.de>
Date: 2017-06-01T21:19:33Z
Releases: 10.0
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

Files

PathChange+/−
src/backend/commands/sequence.c modified +2 −2

Discussion