diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2023-11-30 10:56:51 +0100 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2023-11-30 10:56:51 +0100 |
commit | c3f4a84481b6a8d84b1928165a7bf459e5304ed8 (patch) | |
tree | 7b94f4fe862474cd6ba25dfd0af7206f04c2860f /src | |
parent | 17935e1fdf0aff083347b4b2d6268d945041d188 (diff) |
Add missing file to nls Makefile
Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Discussion: https://postgr.es/m/20231130.120009.1370713511317755874.horikyota.ntt@gmail.com
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_dump/nls.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/pg_dump/nls.mk b/src/bin/pg_dump/nls.mk index cd91737f488..e84d690f60f 100644 --- a/src/bin/pg_dump/nls.mk +++ b/src/bin/pg_dump/nls.mk @@ -20,6 +20,7 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \ pg_dumpall.c \ parallel.c \ parallel.h \ + filter.c \ pg_backup_utils.c \ pg_backup_utils.h \ ../../common/compression.c \ |