pgsql: DefineType: return base type OID, not its array

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: DefineType: return base type OID, not its array
Дата
Msg-id E1XM02G-00048g-C5@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
DefineType: return base type OID, not its array

Event triggers want to know the OID of the interesting object created,
which is the main type.  The array created as part of the operation is
just a subsidiary object which is not of much interest.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/832a12f65e91d4295be73e26079aa8508de0cf32

Modified Files
--------------
src/backend/commands/typecmds.c |   62 +++++++++++++++++++--------------------
1 file changed, 31 insertions(+), 31 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Use newly added InvalidCommandId instead of 0
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Revert XactLockTableWait context setup in conditional multixact