- Notifications
You must be signed in to change notification settings - Fork5
Commita9baeb3
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 parent5035701 commita9baeb3
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
78 | 83 |
| |
79 | 84 |
| |
| 85 | + | |
80 | 86 |
| |
81 | 87 |
| |
82 | 88 |
| |
| |||
90 | 96 |
| |
91 | 97 |
| |
92 | 98 |
| |
| 99 | + | |
93 | 100 |
| |
94 | 101 |
| |
95 | 102 |
| |
|
0 commit comments
Comments
(0)