On Tue, Feb 7, 2017 at 4:13 PM, Jeff Janes <[email protected]> wrote: > I'm getting compiler errors: > > In file included from execGrouping.c:47: > ../../../src/include/lib/simplehash.h:91: error: redefinition of typedef > 'simplehash_allocate' > ../../../src/include/lib/simplehash.h:91: note: previous declaration of > 'simplehash_allocate' was here > ../../../src/include/lib/simplehash.h:92: error: redefinition of typedef > 'simplehash_free' > ../../../src/include/lib/simplehash.h:92: note: previous declaration of > 'simplehash_free' was here
Thanks, I'll stick an #ifdef guard around that. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
