postgres/contrib/basic_archive
Fujii Masao a7ca73af66 Remove translation marker from libpq-be-fe-helpers.h.
Commit 112faf1378 introduced a translation marker in libpq-be-fe-helpers.h,
but this caused build failures on some platforms—such as the one reported
by buildfarm member indri—due to linker issues with dblink. This is the same
problem previously addressed in commit 213c959a29.

To fix the issue, this commit removes the translation marker from
libpq-be-fe-helpers.h, following the approach used in 213c959a29.
It also removes the associated gettext_noop() calls added in commit
112faf1378, as they are no longer needed.

While reviewing this, a gettext_noop() call was also found in
contrib/basic_archive. Since contrib modules don't support translation,
this call has been removed as well.

Per buildfarm member indri.

Author: Fujii Masao <masao.fujii@gmail.com>
Reviewed-by: Álvaro Herrera <alvherre@kurilemu.de>
Discussion: https://postgr.es/m/0e6299d9-608a-4ffa-aeb1-40cb8a99000b@oss.nttdata.com
2025-07-22 22:08:36 +09:00
..
expected Revert "Rename contrib module basic_archive to basic_wal_module" 2023-01-26 09:13:39 +09:00
sql Revert "Rename contrib module basic_archive to basic_wal_module" 2023-01-26 09:13:39 +09:00
.gitignore Revert "Rename contrib module basic_archive to basic_wal_module" 2023-01-26 09:13:39 +09:00
basic_archive.c Remove translation marker from libpq-be-fe-helpers.h. 2025-07-22 22:08:36 +09:00
basic_archive.conf Revert "Rename contrib module basic_archive to basic_wal_module" 2023-01-26 09:13:39 +09:00
Makefile basic_archive: Fix comments related to NO_INSTALLCHECK 2023-12-20 08:39:54 +09:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00