| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Steve Nicolai <snicolai(at)mac(dot)com> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Build problem and patch with Sun cc |
| Date: | 2001-03-24 23:11:51 |
| Message-ID: | 6200.985475511@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Steve Nicolai <snicolai(at)mac(dot)com> writes:
> diff -u -r1.5 pg_backup_null.c
> --- src/bin/pg_dump/pg_backup_null.c 2001/03/22 04:00:13 1.5
> +++ src/bin/pg_dump/pg_backup_null.c 2001/03/24 22:00:07
> @@ -98,7 +98,7 @@
> static void
> _PrintTocData(ArchiveHandle *AH, TocEntry *te, RestoreOptions *ropt)
> {
> - if (*te->dataDumper)
> + if (te->dataDumper)
> {
> AH->currToc = te;
> (*te->dataDumper) ((Archive *) AH, te->oid, te->dataDumperArg);
> Sun's cc complains that *te->dataDumper is not a scalar type.
Applied. Thanks!
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Larry Rosenman | 2001-03-24 23:36:18 | Re: [HACKERS] odbc/UnixWare 7.1.1: No Go. |
| Previous Message | The Hermit Hacker | 2001-03-24 22:44:51 | Onject Database Survey ... Help needed ... |