Re: CVS HEAD is broken

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CVS HEAD is broken
Date: 2003-11-24 17:26:46
Message-ID: 21250.1069694806@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Neil Conway <neilc(at)samurai(dot)com> writes:
> String literals with embedded newline have been deprecated for a
> couple GCC releases, and are no longer supported.

[grumble] ... the great thing about gcc is there are so many
incompatible versions to choose from.

I fixed the occurrence at pg_dump.c line 4777, do you see any others?

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 2003-11-24 17:38:16 regexp incompatibilites 7.3 and 7.4
Previous Message Neil Conway 2003-11-24 17:25:32 Using -Wshadow