forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf581759
committed
Define EXEC_BACKEND in pg_config_manual.h
It was for unclear reasons defined in a separate location, which makesit more cumbersome to override for testing, and it also did not haveany prominent documentation. Move to pg_config_manual.h, wheresimilar things are already collected.The previous definition on the command-line had the effect of definingit to the value 1, but now that we don't need that anymore we justdefine it to empty, to simplify manual editing a bit.Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://www.postgresql.org/message-id/flat/b7053ba8-b008-5335-31de-2fe4fe41ef0f%402ndquadrant.com1 parente8b1774 commitf581759
File tree
4 files changed
+16
-3
lines changed- src
- include
- tools/msvc
4 files changed
+16
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6906 | 6906 |
| |
6907 | 6907 |
| |
6908 | 6908 |
| |
6909 |
| - | |
| 6909 | + | |
6910 | 6910 |
| |
6911 | 6911 |
| |
6912 | 6912 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
600 | 600 |
| |
601 | 601 |
| |
602 | 602 |
| |
603 |
| - | |
| 603 | + | |
604 | 604 |
| |
605 | 605 |
| |
606 | 606 |
| |
|
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
125 | 138 |
| |
126 | 139 |
| |
127 | 140 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
320 | 320 |
| |
321 | 321 |
| |
322 | 322 |
| |
323 |
| - | |
| 323 | + | |
324 | 324 |
| |
325 | 325 |
| |
326 | 326 |
| |
|
0 commit comments
Comments
(0)