pgsql: When modifying a foreign table, initialize tableoid field proper

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: When modifying a foreign table, initialize tableoid field proper
Дата
Msg-id E1aRWkp-0000Ss-Sy@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
When modifying a foreign table, initialize tableoid field properly.

Failure to do this can cause AFTER ROW triggers or RETURNING expressions
that reference this field to misbehave.

Etsuro Fujita, reviewed by Thom Brown

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9418d79a7664e75a2824adfc78b859b4d0f77962

Modified Files
--------------
src/backend/executor/nodeModifyTable.c | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: When modifying a foreign table, initialize tableoid field proper
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: When modifying a foreign table, initialize tableoid field proper