Fix ill-chosen use of "private" as an argument and struct field name.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 275411912d96c160547a219cb3223efa3737f90d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-12-27T16:26:19Z
Releases: 9.1.0
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.

Files

PathChange+/−
src/backend/utils/fmgr/fmgr.c modified +4 −4
src/include/fmgr.h modified +1 −1