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
bc279c92
Commit
bc279c92
authored
Oct 20, 2014
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos.
David Rowley
parent
0f565c07
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/backend/replication/walsender.c
src/backend/replication/walsender.c
+1
-1
src/bin/pg_basebackup/receivelog.c
src/bin/pg_basebackup/receivelog.c
+1
-1
src/interfaces/ecpg/pgtypeslib/timestamp.c
src/interfaces/ecpg/pgtypeslib/timestamp.c
+1
-1
No files found.
src/backend/replication/walsender.c
View file @
bc279c92
...
...
@@ -574,7 +574,7 @@ StartReplication(StartReplicationCmd *cmd)
* to find the requested WAL segment in pg_xlog.
*
* XXX: we could be more strict here and only allow a startpoint
* that's older than the switchpoint, if it
it
's still in the same
* that's older than the switchpoint, if it's still in the same
* WAL segment.
*/
if
(
!
XLogRecPtrIsInvalid
(
switchpoint
)
&&
...
...
src/bin/pg_basebackup/receivelog.c
View file @
bc279c92
...
...
@@ -753,7 +753,7 @@ ReadEndOfStreamingResult(PGresult *res, XLogRecPtr *startpos, uint32 *timeline)
* initiating streaming with the START_STREAMING command.
*
* If the COPY ends (not necessarily successfully) due a message from the
* server, returns a PGresult and sets
sets
*stoppos to the last byte written.
* server, returns a PGresult and sets *stoppos to the last byte written.
* On any other sort of error, returns NULL.
*/
static
PGresult
*
...
...
src/interfaces/ecpg/pgtypeslib/timestamp.c
View file @
bc279c92
...
...
@@ -419,7 +419,7 @@ dttofmtasc_replace(timestamp * ts, date dDate, int dow, struct tm * tm,
replace_val
.
str_val
=
months
[
tm
->
tm_mon
];
replace_type
=
PGTYPES_TYPE_STRING_CONSTANT
;
break
;
/* the full name
name
of the month */
/* the full name of the month */
/* XXX should be locale aware */
case
'B'
:
replace_val
.
str_val
=
pgtypes_date_months
[
tm
->
tm_mon
];
...
...
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