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-0005yp-6K@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_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5c24c61273889cc773314cdb3f9891d1faf612fd

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