Commit aebcf8a
committed
[PGPRO-4224] Include guc.h instead of declaring guc variable
Windows build does some magic to export variables from postgres.exe and import
them into the extension. So it is better to include backend include file than
to redeclare variable in the extension code1 parent 5abca54 commit aebcf8a
1 file changed
+6
-2
lines changed| 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