aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginxlog.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-04-27 21:24:19 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2014-04-27 21:24:19 -0400
commita9baeb361d635963a19a0268a7d60636c813d2ee (patch)
tree9e1a9dbec4612bca05cc79fba7ec3881ba54c67d /src/backend/access/gin/ginxlog.c
parent5035701e07e8bd395aa878465a102afd7b74e8c3 (diff)
downloadpostgresql-a9baeb361d635963a19a0268a7d60636c813d2ee.tar.gz
postgresql-a9baeb361d635963a19a0268a7d60636c813d2ee.zip
Can't completely get rid of #ifndef FRONTEND in palloc.h :-(
pg_controldata includes postgres.h not postgres_fe.h, so utils/palloc.h must be able to compile in a "#define FRONTEND" context. It appears that Solaris Studio is smart enough to persuade us to define PG_USE_INLINE, but not smart enough to not make a copy of unreferenced static functions; which leads to an unsatisfied reference to CurrentMemoryContext. So we need an #ifndef FRONTEND around that declaration. Per buildfarm.
Diffstat (limited to 'src/backend/access/gin/ginxlog.c')
0 files changed, 0 insertions, 0 deletions