small s_lock.c bug

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: small s_lock.c bug
Date: 2002-05-02 17:19:47
Message-ID: 3CD17533.4030006@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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

It seems to have been introduced here:
http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/lmgr/s_lock.c.diff?r1=1.5&r2=1.6

Attached is a small patch.

Joe

Attachment Content-Type Size
lmgr_s_lock.patch text/plain 725 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Liam Stewart 2002-05-02 18:14:18 small explain patch
Previous Message Jack Bates 2002-05-02 07:59:29 PATCH SSL_pending() checks in libpq/fe-misc.c