pgsql: Fix copy-and-paste error in logical decoding callback.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix copy-and-paste error in logical decoding callback.
Дата
Msg-id E1a9ym3-0002Xt-KO@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix copy-and-paste error in logical decoding callback.

This could result in the error context misidentifying where the error
actually occurred.

Craig Ringer

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/550e9c23053c2540620dd0f72525ce2e47fd40a5

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


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix copy-and-paste error in logical decoding callback.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix TupleQueueReaderNext not to ignore its nowait argument.