From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Philip J Spence <philip(at)picdar(dot)co(dot)uk> |
Cc: | <pgsql-ports(at)postgresql(dot)org> |
Subject: | Re: postgresql-7.1RC1 on Solaris |
Date: | 2001-03-27 15:48:59 |
Message-ID: | Pine.LNX.4.30.0103271747450.1215-100000@peter.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-ports |
Philip J Spence writes:
> Also src/bin/pg_dump/pg_backup_null.c (line 101 in RC1)
>
> if (*te->dataDumper)
>
> is considered an error
>
> "pg_backup_null.c", line 101: controlling expressions must have scalar
> type
>
> This needs to be changed to
>
> if (*te->dataDumper != NULL)
>
> to placate the compiler.
--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2001-03-27 15:49:52 | Re: postgresql-7.1RC1 on Solaris |
Previous Message | Thomas Lockhart | 2001-03-27 15:39:53 | Re: 7.1RC1 regression results: anyone want them ? |