aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-03-09 23:40:39 -0500
committerBruce Momjian <bruce@momjian.us>2011-03-09 23:41:13 -0500
commit76fdee31c4ff74b7eae5965521a85d29381bcaec (patch)
treea697a109019fad98342952d13b951943533721eb /src
parenta051ef699c3ed1f89088dd6bbc2574f13d0b20eb (diff)
downloadpostgresql-76fdee31c4ff74b7eae5965521a85d29381bcaec.tar.gz
postgresql-76fdee31c4ff74b7eae5965521a85d29381bcaec.zip
Mention gcc version in C comment.
Diffstat (limited to 'src')
-rw-r--r--src/backend/replication/basebackup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/basebackup.c b/src/backend/replication/basebackup.c
index db4cc640e48..d21568cb215 100644
--- 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