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
37d69303
Commit
37d69303
authored
Nov 17, 2004
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor adjustment of message style.
parent
2fa36d7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/backend/access/transam/xlog.c
src/backend/access/transam/xlog.c
+3
-3
No files found.
src/backend/access/transam/xlog.c
View file @
37d69303
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.17
7 2004/11/17 02:22:54 neilc
Exp $
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.17
8 2004/11/17 16:26:59 tgl
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -5270,9 +5270,9 @@ pg_start_backup(PG_FUNCTION_ARGS)
...
@@ -5270,9 +5270,9 @@ pg_start_backup(PG_FUNCTION_ARGS)
if
(
!
XLogArchivingActive
())
if
(
!
XLogArchivingActive
())
ereport
(
ERROR
,
ereport
(
ERROR
,
(
errcode
(
ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE
),
(
errcode
(
ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE
),
(
errmsg
(
"WAL archiving is not
configured
"
),
(
errmsg
(
"WAL archiving is not
active
"
),
(
errhint
(
"archive_command must be defined before "
(
errhint
(
"archive_command must be defined before "
"online backups can be
safely made
."
)))));
"online backups can be
made safely
."
)))));
backupidstr
=
DatumGetCString
(
DirectFunctionCall1
(
textout
,
backupidstr
=
DatumGetCString
(
DirectFunctionCall1
(
textout
,
PointerGetDatum
(
backupid
)));
PointerGetDatum
(
backupid
)));
...
...
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