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