Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
5ff3d738
Commit
5ff3d738
authored
Aug 02, 2017
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new files to nls.mk and add translation markers
parent
4d57e838
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
src/bin/pg_basebackup/nls.mk
src/bin/pg_basebackup/nls.mk
+2
-2
src/bin/pg_basebackup/walmethods.c
src/bin/pg_basebackup/walmethods.c
+1
-1
src/interfaces/libpq/nls.mk
src/interfaces/libpq/nls.mk
+1
-1
No files found.
src/bin/pg_basebackup/nls.mk
View file @
5ff3d738
# src/bin/pg_basebackup/nls.mk
# src/bin/pg_basebackup/nls.mk
CATALOG_NAME
=
pg_basebackup
CATALOG_NAME
=
pg_basebackup
AVAIL_LANGUAGES
=
de es fr it ko pl pt_BR ru zh_CN
AVAIL_LANGUAGES
=
de es fr it ko pl pt_BR ru zh_CN
GETTEXT_FILES
=
pg_basebackup.c pg_receivewal.c pg_recvlogical.c receivelog.c streamutil.c ../../common/fe_memutils.c ../../common/file_utils.c
GETTEXT_FILES
=
pg_basebackup.c pg_receivewal.c pg_recvlogical.c receivelog.c streamutil.c
walmethods.c
../../common/fe_memutils.c ../../common/file_utils.c
GETTEXT_TRIGGERS
=
simple_prompt
GETTEXT_TRIGGERS
=
simple_prompt
tar_set_error
src/bin/pg_basebackup/walmethods.c
View file @
5ff3d738
...
@@ -404,7 +404,7 @@ typedef struct TarMethodData
...
@@ -404,7 +404,7 @@ typedef struct TarMethodData
static
TarMethodData
*
tar_data
=
NULL
;
static
TarMethodData
*
tar_data
=
NULL
;
#define tar_clear_error() tar_data->lasterror[0] = '\0'
#define tar_clear_error() tar_data->lasterror[0] = '\0'
#define tar_set_error(msg) strlcpy(tar_data->lasterror,
msg
, sizeof(tar_data->lasterror))
#define tar_set_error(msg) strlcpy(tar_data->lasterror,
_(msg)
, sizeof(tar_data->lasterror))
static
const
char
*
static
const
char
*
tar_getlasterror
(
void
)
tar_getlasterror
(
void
)
...
...
src/interfaces/libpq/nls.mk
View file @
5ff3d738
# src/interfaces/libpq/nls.mk
# src/interfaces/libpq/nls.mk
CATALOG_NAME
=
libpq
CATALOG_NAME
=
libpq
AVAIL_LANGUAGES
=
cs de es fr it ja ko pl pt_BR ru
tr
zh_CN zh_TW
AVAIL_LANGUAGES
=
cs de es fr it ja ko pl pt_BR ru
tr
zh_CN zh_TW
GETTEXT_FILES
=
fe-auth.c fe-connect.c fe-exec.c fe-lobj.c fe-misc.c fe-protocol2.c fe-protocol3.c fe-secure.c fe-secure-openssl.c win32.c
GETTEXT_FILES
=
fe-auth.c fe-
auth-scram.c fe-
connect.c fe-exec.c fe-lobj.c fe-misc.c fe-protocol2.c fe-protocol3.c fe-secure.c fe-secure-openssl.c win32.c
GETTEXT_TRIGGERS
=
libpq_gettext pqInternalNotice:2
GETTEXT_TRIGGERS
=
libpq_gettext pqInternalNotice:2
GETTEXT_FLAGS
=
libpq_gettext:1:pass-c-format pqInternalNotice:2:c-format
GETTEXT_FLAGS
=
libpq_gettext:1:pass-c-format pqInternalNotice:2:c-format
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment