pgsql: Remove -fno-operator-names switch from cpluspluscheck.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove -fno-operator-names switch from cpluspluscheck.
Date: 2010-12-27 20:03:50
Message-ID: E1PXJIM-0000Rd-Ri@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove -fno-operator-names switch from cpluspluscheck.

No longer needed now that bitand() and bitor() have been renamed.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=f79136439f250f3eab6792870353a83ad993e71f

Modified Files
--------------
src/tools/pginclude/cpluspluscheck | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-12-27 20:20:31 pgsql: Update SGML docs describing the contents of the postmaster.pid f
Previous Message Tom Lane 2010-12-27 19:58:17 pgsql: Rename the C functions bitand(), bitor() to bit_and(), bit_or().