pgsql: Fix #ifdefed'ed out code to compile again. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Fix #ifdefed'ed out code to compile again.
Date
Msg-id E1YGxRr-00063F-V4@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix #ifdefed'ed out code to compile again.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7142bfbbd34a1dbe34346534d7479915145352b3

Modified Files
--------------
src/backend/storage/buffer/bufmgr.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Align buffer descriptors to cache line boundaries.
Next
From: Andres Freund
Date:
Subject: pgsql: Properly terminate the array returned by GetLockConflicts().