pgsql: Use newly added InvalidCommandId instead of 0

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Use newly added InvalidCommandId instead of 0
Дата
Msg-id E1XM02G-00048j-CE@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use newly added InvalidCommandId instead of 0

The symbol was added by 71901ab6d; the original code was introduced by
6868ed749.  Development of both overlapped which is why we apparently
failed to notice.

This is a (very slight) behavior change, so I'm not backpatching this to
9.4 for now, even though the symbol does exist there.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6f822952eea112d3e19a0ddaad32e99d1943f29d

Modified Files
--------------
src/backend/access/heap/heapam.c |    6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Have CREATE TABLE AS and REFRESH return an OID
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: DefineType: return base type OID, not its array