postgresql/src/bin
Tom Lane b3f32a6c31 Fix misuse of pg_log_info() for details/hints.
Two places in pg_dump_sort.c were using pg_log_info() to add
more details to a message printed with pg_log_warning().
This is bad, because at default verbosity level we would
print the warning line but not the details.  One should use
pg_log_warning_detail() or pg_log_warning_hint() instead.
Commit 9a374b77f got rid of most such abuses, but unaccountably
missed these.

Noted while studying a bug report from Sami Imseih.
Back-patch to v15 where 9a374b77f came in.  (Prior versions
don't have the missing-details misbehavior, for reasons
I didn't bother to track down.)

Discussion: https://postgr.es/m/2C1933AB-C2F8-499B-9D18-4AC1882256A0@amazon.com
2023-06-04 11:22:05 -04:00
..
initdb ICU: use uloc_getDefault() for initdb. 2023-05-26 11:26:11 -07:00
pg_amcheck Translation updates 2023-05-22 12:44:31 +02:00
pg_archivecleanup Translation updates 2023-05-22 12:44:31 +02:00
pg_basebackup Translation updates 2023-05-22 12:44:31 +02:00
pg_checksums Translation updates 2023-05-22 12:44:31 +02:00
pg_config Translation updates 2023-05-22 12:44:31 +02:00
pg_controldata Translation updates 2023-05-22 12:44:31 +02:00
pg_ctl Translation updates 2023-05-22 12:44:31 +02:00
pg_dump Fix misuse of pg_log_info() for details/hints. 2023-06-04 11:22:05 -04:00
pg_resetwal Translation updates 2023-05-22 12:44:31 +02:00
pg_rewind Translation updates 2023-05-22 12:44:31 +02:00
pg_test_fsync Translation updates 2023-05-22 12:44:31 +02:00
pg_test_timing Translation updates 2023-05-22 12:44:31 +02:00
pg_upgrade Translation updates 2023-05-22 12:44:31 +02:00
pg_verifybackup Translation updates 2023-05-22 12:44:31 +02:00
pg_waldump Translation updates 2023-05-22 12:44:31 +02:00
pgbench Fix pgbench in prepared mode with an empty pipeline 2023-05-25 12:36:18 +02:00
pgevent Update copyright for 2023 2023-01-02 15:00:37 -05:00
psql Translation updates 2023-05-22 12:44:31 +02:00
scripts Fix typo in TAP tests of vacuumdb 2023-05-25 16:26:08 +09:00
Makefile Update copyright for 2023 2023-01-02 15:00:37 -05:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00