pgsql: Fix OID passed to object-alter hook during ALTER CONSTRAINT

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix OID passed to object-alter hook during ALTER CONSTRAINT
Дата
Msg-id E1ldvm8-0008TI-Me@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix OID passed to object-alter hook during ALTER CONSTRAINT

The OID of the constraint is used instead of the OID of the trigger --
an easy mistake to make.  Apparently the object-alter hooks are not very
well tested :-(

Backpatch to 12, where this typo was introduced by 578b229718e8

Discussion: https://postgr.es/m/20210503231633.GA6994@alvherre.pgsql

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/72fabd4bfb5a8189591933cf244eabcaf83d4b8b

Modified Files
--------------
src/backend/commands/tablecmds.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Fix typos
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Disable cache clobber to avoid breaking postgres_fdw termination