Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 76fdee3

Browse files
committed
Mention gcc version in C comment.
1 parent a051ef6 commit 76fdee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/basebackup.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ perform_base_backup(basebackup_options *opt, DIR *tblspcdir)
219219
ptr.xrecoff = logseg * XLogSegSize + TAR_SEND_SIZE * i;
220220

221221
/*
222-
* Some old compilers, e.g. 2.95.3/x86, think that passing
222+
* Some old compilers, e.g. gcc 2.95.3/x86, think that passing
223223
* a struct in the same function as a longjump might clobber
224224
* a variable. bjm 2011-02-04
225225
* http://lists.apple.com/archives/xcode-users/2003/Dec//msg00051.html

0 commit comments

Comments
 (0)