From 76fdee31c4ff74b7eae5965521a85d29381bcaec Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 9 Mar 2011 23:40:39 -0500 Subject: [PATCH] Mention gcc version in C comment. --- src/backend/replication/basebackup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/replication/basebackup.c b/src/backend/replication/basebackup.c index db4cc640e4..d21568cb21 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