pgsql: Remove duplicate macro definition.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove duplicate macro definition.
Date: 2016-11-05 15:51:53
Message-ID: E1c33G5-0005yq-6T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove duplicate macro definition.

Seems to be a copy-and-pasteo. Odd that we heard no reports of
compiler warnings about it.

Thomas Munro

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/56993cd17efc71f321c3aa09d93d03d11b83b8c6

Modified Files
--------------
src/include/access/xact.h | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-11-05 17:48:14 pgsql: Adjust cost_merge_append() to reflect use of binaryheap_replace_
Previous Message Tom Lane 2016-11-05 15:14:16 pgsql: pgwin32_is_junction's argument should be "const char *" not "cha