projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a051ef6
)
Mention gcc version in C comment.
author
Bruce Momjian
<bruce@momjian.us>
Thu, 10 Mar 2011 04:40:39 +0000
(23:40 -0500)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 10 Mar 2011 04:41:13 +0000
(23:41 -0500)
src/backend/replication/basebackup.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/basebackup.c
b/src/backend/replication/basebackup.c
index db4cc640e48cefbd579efde19a0a0d3e6682779b..d21568cb21562928c70aa6dfbbb00278ce181634 100644
(file)
--- a/
src/backend/replication/basebackup.c
+++ b/
src/backend/replication/basebackup.c
@@
-219,7
+219,7
@@
perform_base_backup(basebackup_options *opt, DIR *tblspcdir)
ptr.xrecoff = logseg * XLogSegSize + TAR_SEND_SIZE * i;
/*
- * Some old compilers, e.g. 2.95.3/x86, think that passing
+ * Some old compilers, e.g.
gcc
2.95.3/x86, think that passing
* a struct in the same function as a longjump might clobber
* a variable. bjm 2011-02-04
* http://lists.apple.com/archives/xcode-users/2003/Dec//msg00051.html