diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-12-27 11:26:19 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-12-27 11:26:19 -0500 |
commit | 275411912d96c160547a219cb3223efa3737f90d (patch) | |
tree | 3d0131eaac2bf2462a9d9dd9264e35b152a21b30 /src/backend/access/gist/gist.c | |
parent | c7f0038d73d82ac64e19191ff94d59208534a4ea (diff) | |
download | postgresql-275411912d96c160547a219cb3223efa3737f90d.tar.gz postgresql-275411912d96c160547a219cb3223efa3737f90d.zip |
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.
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions