Re: small s_lock.c bug

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: small s_lock.c bug
Date: 2002-05-02 21:45:13
Message-ID: 18446.1020375913@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Joe Conway <mail(at)joeconway(dot)com> writes:
> This morning I noticed the following warning:
> gcc -O2 -g -Wall -Wmissing-prototypes -Wmissing-declarations
> -I../../../../src/include -c -o s_lock.o s_lock.c -MMD
> s_lock.c:172:82: warning: multi-line string literals are deprecated

> Attached is a small patch.

Applied. Thanks.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Liam Stewart 2002-05-03 14:22:30 Re: small explain patch
Previous Message Tom Lane 2002-05-02 21:42:13 Re: small explain patch