LOCK_DEBUG breaks compile in 8.2 (and possibly later) - Mailing list pgsql-hackers

From Mark Kirkwood
Subject LOCK_DEBUG breaks compile in 8.2 (and possibly later)
Date
Msg-id 457F7406.2060808@paradise.net.nz
Whole thread Raw
Responses Re: LOCK_DEBUG breaks compile in 8.2 (and possibly later)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I just noticed that defining LOCK_DEBUG causes a compile failure (have 
not delved into how to fix, but thought it would be worth noting at this 
point!):

gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline 
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -g -I. 
-I../../../../src/include   -c -o guc.o guc.c
guc.c:1310: error: `FirstNormalObjectId' undeclared here (not in a function)
guc.c:1310: error: initializer element is not constant


pgsql-hackers by date:

Previous
From: "Andrew Dunstan"
Date:
Subject: Re: psql commandline conninfo
Next
From: Michael Glaesemann
Date:
Subject: Re: Better management of mergejoinable operators