File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# src/bin/pg_basebackup/nls.mk
2
2
CATALOG_NAME = pg_basebackup
3
3
GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES ) \
4
- astreamer_file.c \
5
- astreamer_gzip.c \
6
4
astreamer_inject.c \
7
- astreamer_lz4.c \
8
- astreamer_tar.c \
9
- astreamer_zstd.c \
10
5
pg_basebackup.c \
11
6
pg_createsubscriber.c \
12
7
pg_receivewal.c \
@@ -19,6 +14,11 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
19
14
../../common/fe_memutils.c \
20
15
../../common/file_utils.c \
21
16
../../common/restricted_token.c \
17
+ ../../fe_utils/astreamer_file.c \
18
+ ../../fe_utils/astreamer_gzip.c \
19
+ ../../fe_utils/astreamer_lz4.c \
20
+ ../../fe_utils/astreamer_tar.c \
21
+ ../../fe_utils/astreamer_zstd.c \
22
22
../../fe_utils/option_utils.c \
23
23
../../fe_utils/recovery_gen.c \
24
24
../../fe_utils/string_utils.c
You can’t perform that action at this time.
0 commit comments