diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2023-12-26 14:37:46 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2023-12-26 14:37:46 -0500 |
commit | bbf1f1340800da38625ea7034dca3c14c6431f64 (patch) | |
tree | e3b4e00bae09e6b586495a0a49e0d26fd2aa888d /src | |
parent | d327f418d1e6aea1fee3105853ca5c9ef937ce1f (diff) | |
download | postgresql-bbf1f1340800da38625ea7034dca3c14c6431f64.tar.gz postgresql-bbf1f1340800da38625ea7034dca3c14c6431f64.zip |
Add empty placeholder LINGUAS file for pg_combinebackup.
This will eventually be replaced once some translations exist
for pg_combinebackup's messages. In the meantime, we need
something here to prevent "make" from complaining in
builds with --enable-nls. Per advice added in 88dad06b4.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_combinebackup/po/LINGUAS | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/src/bin/pg_combinebackup/po/LINGUAS b/src/bin/pg_combinebackup/po/LINGUAS new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/src/bin/pg_combinebackup/po/LINGUAS |