pgsql: Quote filenames in error messages

2023-09-14 Thread Daniel Gustafsson
Quote filenames in error messages The majority of all filenames are quoted in user facing error and log messages, but a few were still printed without quotes. While these filenames do not risk causing any ambiguity as their format is strict, quote them anyways to be consistent across all logs. A

pgsql: Fix indentation in SQL file

2023-09-14 Thread Peter Eisentraut
Fix indentation in SQL file Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/be6f7cd9bb4a80787a7ebd602e5cae23485e4fe2 Modified Files -- src/backend/catalog/information_schema.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

pgsql: Revert "Improve error message on snapshot import in snapmgr.c"

2023-09-14 Thread Michael Paquier
Revert "Improve error message on snapshot import in snapmgr.c" This reverts commit a0d87bcd9b57, following a remark from Andres Frend that the new error can be triggered with an incorrect SET TRANSACTION SNAPSHOT command without being really helpful for the user as it uses the internal file name.

pgsql: Revert "Improve error message on snapshot import in snapmgr.c"

2023-09-14 Thread Michael Paquier
Revert "Improve error message on snapshot import in snapmgr.c" This reverts commit a0d87bcd9b57, following a remark from Andres Frend that the new error can be triggered with an incorrect SET TRANSACTION SNAPSHOT command without being really helpful for the user as it uses the internal file name.

pgsql: Revert "Improve error message on snapshot import in snapmgr.c"

2023-09-14 Thread Michael Paquier
Revert "Improve error message on snapshot import in snapmgr.c" This reverts commit a0d87bcd9b57, following a remark from Andres Frend that the new error can be triggered with an incorrect SET TRANSACTION SNAPSHOT command without being really helpful for the user as it uses the internal file name.

pgsql: Revert "Improve error message on snapshot import in snapmgr.c"

2023-09-14 Thread Michael Paquier
Revert "Improve error message on snapshot import in snapmgr.c" This reverts commit a0d87bcd9b57, following a remark from Andres Frend that the new error can be triggered with an incorrect SET TRANSACTION SNAPSHOT command without being really helpful for the user as it uses the internal file name.

pgsql: Revert "Improve error message on snapshot import in snapmgr.c"

2023-09-14 Thread Michael Paquier
Revert "Improve error message on snapshot import in snapmgr.c" This reverts commit a0d87bcd9b57, following a remark from Andres Frend that the new error can be triggered with an incorrect SET TRANSACTION SNAPSHOT command without being really helpful for the user as it uses the internal file name.

pgsql: Revert "Improve error message on snapshot import in snapmgr.c"

2023-09-14 Thread Michael Paquier
Revert "Improve error message on snapshot import in snapmgr.c" This reverts commit a0d87bcd9b57, following a remark from Andres Frend that the new error can be triggered with an incorrect SET TRANSACTION SNAPSHOT command without being really helpful for the user as it uses the internal file name.

pgsql: Revert "Improve error message on snapshot import in snapmgr.c"

2023-09-14 Thread Michael Paquier
Revert "Improve error message on snapshot import in snapmgr.c" This reverts commit a0d87bcd9b57, following a remark from Andres Frend that the new error can be triggered with an incorrect SET TRANSACTION SNAPSHOT command without being really helpful for the user as it uses the internal file name.