pgsql: dblink: Fix variable confusion introduced in e4602483e95

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: dblink: Fix variable confusion introduced in e4602483e95
Дата
Msg-id E1pN2du-000zv0-JA@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
dblink: Fix variable confusion introduced in e4602483e95

Thanks to Robins to find the issue and Nathan for promptly writing a test case
to prevent future problems like this.

Reported-by: Nathan Bossart <nathandbossart@gmail.com>
Reported-by: Robins Tharakan <tharakan@gmail.com>
Author: Nathan Bossart <nathandbossart@gmail.com>
Discussion: https://postgr.es/m/20230130193008.GA2740781@nathanxps13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fbed4bc59e362e13fb0d0e0b08c995c18c7e4d5a

Modified Files
--------------
contrib/dblink/dblink.c            |  2 +-
contrib/dblink/expected/dblink.out | 19 +++++++++++++++++++
contrib/dblink/sql/dblink.sql      |  5 +++++
3 files changed, 25 insertions(+), 1 deletion(-)


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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Try to fix pg_upgrade test on Windows, again.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Simplify main waiting loop of the archiver process