forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit36825f3
committed
Can't completely get rid of #ifndef FRONTEND in palloc.h :-(
pg_controldata includes postgres.h not postgres_fe.h, so utils/palloc.hmust be able to compile in a "#define FRONTEND" context. It appears thatSolaris 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 weneed an #ifndef FRONTEND around that declaration. Per buildfarm.1 parente4c1a49 commit36825f3
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
74 | 79 |
| |
75 | 80 |
| |
| 81 | + | |
76 | 82 |
| |
77 | 83 |
| |
78 | 84 |
| |
| |||
86 | 92 |
| |
87 | 93 |
| |
88 | 94 |
| |
| 95 | + | |
89 | 96 |
| |
90 | 97 |
| |
91 | 98 |
| |
|
0 commit comments
Comments
(0)