]> granicus.if.org Git - postgresql/commit
Fix ill-chosen use of "private" as an argument and struct field name.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 27 Dec 2010 16:26:19 +0000 (11:26 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 27 Dec 2010 16:26:19 +0000 (11:26 -0500)
commit275411912d96c160547a219cb3223efa3737f90d
tree3d0131eaac2bf2462a9d9dd9264e35b152a21b30
parentc7f0038d73d82ac64e19191ff94d59208534a4ea
Fix ill-chosen use of "private" as an argument and struct field name.

"private" is a keyword in C++, so this breaks the poorly-enforced policy
that header files should be include-able in C++ code.  Per report from
Craig Ringer and some investigation with cpluspluscheck.
src/backend/utils/fmgr/fmgr.c
src/include/fmgr.h