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
b7489ac4
Commit
b7489ac4
authored
Jul 28, 2003
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
elog() is no longer a gettext trigger --- all remaining uses are considered
internal errors.
parent
02d79e76
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
src/backend/nls.mk
src/backend/nls.mk
+4
-3
No files found.
src/backend/nls.mk
View file @
b7489ac4
# $Header: /cvsroot/pgsql/src/backend/nls.mk,v 1.
5 2003/07/19 20:32:12
tgl Exp $
# $Header: /cvsroot/pgsql/src/backend/nls.mk,v 1.
6 2003/07/28 00:25:21
tgl Exp $
CATALOG_NAME
:=
postgres
AVAIL_LANGUAGES
:=
cs de es hr hu ru sv
tr
zh_CN zh_TW
GETTEXT_FILES
:=
+ gettext-files
# elog should eventually be removed from this list:
GETTEXT_TRIGGERS
:=
elog:2 errmsg errdetail errhint errcontext postmaster_error yyerror
# you can add "elog:2" and "errmsg_internal" to this list if you want to
# include internal messages in the translation list.
GETTEXT_TRIGGERS
:=
errmsg errdetail errhint errcontext postmaster_error yyerror
gettext-files
:
find
$(srcdir)
/
-name
'*.c'
-print
>
$@
...
...
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