[HACKERS] Build problem and patch with Sun cc

2001-03-24 Thread Steve Nicolai
I did a cvs pull of the head on 3/24/01 and used Sun's cc compiler 5.0 (with all patches as of 2/1/01) to build. I ran into a problem building pg_backup_null.c rev 1.5. The following patch lets me build: Index: src/bin/pg_dump/pg_backup_null.c

Re: [HACKERS] Build problem and patch with Sun cc

2001-03-24 Thread Tom Lane
Steve Nicolai [EMAIL PROTECTED] writes: diff -u -r1.5 pg_backup_null.c --- src/bin/pg_dump/pg_backup_null.c2001/03/22 04:00:13 1.5 +++ src/bin/pg_dump/pg_backup_null.c2001/03/24 22:00:07 @@ -98,7 +98,7 @@ static void _PrintTocData(ArchiveHandle *AH, TocEntry *te,