- Notifications
You must be signed in to change notification settings - Fork58
Commitaebcf8a
committed
[PGPRO-4224] Include guc.h instead of declaring guc variable
Windows build does some magic to export variables from postgres.exe and importthem into the extension. So it is better to include backend include file thanto redeclare variable in the extension code1 parent5abca54 commitaebcf8a
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
56 | 60 |
| |
57 |
| - | |
| 61 | + | |
58 | 62 |
| |
59 | 63 |
| |
60 | 64 |
| |
|
0 commit comments
Comments
(0)