]> granicus.if.org Git - postgresql/commit
Fix old thinko in pgp.h: the idea is to declare some named enum types,
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 25 Mar 2009 15:03:30 +0000 (15:03 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 25 Mar 2009 15:03:30 +0000 (15:03 +0000)
commit8f332cf79eff2ce13c566cc858f88a872699a42c
tree3cba856528526919f511c9d153d730429d9537b4
parent023c537f47f61a9e24dc5ff8ab445c23f00aaae7
Fix old thinko in pgp.h: the idea is to declare some named enum types,
not global variables of anonymous enum types.  This didn't actually hurt
much because most linkers will just merge the duplicated definitions ...
but some will complain.  Per bug #4731 from Ceriel Jacobs.

Backpatch to 8.1 --- the declarations don't exist before that.
contrib/pgcrypto/pgp.h