forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1afc1fe
committed
Back-patch some minor bug fixes in GUC code.
In 9.4, fix a 9.4.1 regression that allowed multiple entries for aPGC_POSTMASTER variable to cause bogus complaints in the postmaster log.(The issue here was that commitbf007a2 unintentionally reverted3e3f659, which suppressed any duplicate entries withinParseConfigFp. Back-patch the reimplementation just made in HEAD, whichmakes use of an "ignore" field to prevent application of superseded items.)Add missed failure check in AlterSystemSetConfigFile(). We don't reallyexpect ParseConfigFp() to fail, but that's not an excuse for not checking.In both 9.3 and 9.4, remove mistaken assignment to ConfigFileLineno thatcaused line counting after an include_dir directive to be completely wrong.1 parentf9f7150 commit1afc1fe
3 files changed
+51
-11
lines changedLines changed: 41 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
230 | 230 |
| |
231 | 231 |
| |
232 | 232 |
| |
233 |
| - | |
| 233 | + | |
| 234 | + | |
234 | 235 |
| |
235 | 236 |
| |
236 | 237 |
| |
237 | 238 |
| |
238 | 239 |
| |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
239 | 244 |
| |
240 | 245 |
| |
241 | 246 |
| |
| |||
244 | 249 |
| |
245 | 250 |
| |
246 | 251 |
| |
247 |
| - | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
248 | 270 |
| |
249 | 271 |
| |
250 | 272 |
| |
| |||
352 | 374 |
| |
353 | 375 |
| |
354 | 376 |
| |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
355 | 381 |
| |
356 | 382 |
| |
357 | 383 |
| |
| |||
557 | 583 |
| |
558 | 584 |
| |
559 | 585 |
| |
560 |
| - | |
| 586 | + | |
561 | 587 |
| |
562 | 588 |
| |
563 |
| - | |
564 |
| - | |
565 |
| - | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
566 | 592 |
| |
567 | 593 |
| |
568 | 594 |
| |
569 | 595 |
| |
570 | 596 |
| |
571 | 597 |
| |
572 | 598 |
| |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
573 | 605 |
| |
574 | 606 |
| |
575 | 607 |
| |
| |||
658 | 690 |
| |
659 | 691 |
| |
660 | 692 |
| |
661 |
| - | |
662 |
| - | |
| 693 | + | |
| 694 | + | |
663 | 695 |
| |
664 | 696 |
| |
665 |
| - | |
666 | 697 |
| |
667 | 698 |
| |
668 | 699 |
| |
| |||
702 | 733 |
| |
703 | 734 |
| |
704 | 735 |
| |
| 736 | + | |
705 | 737 |
| |
706 | 738 |
| |
707 | 739 |
| |
|
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6620 | 6620 |
| |
6621 | 6621 |
| |
6622 | 6622 |
| |
| 6623 | + | |
6623 | 6624 |
| |
6624 | 6625 |
| |
6625 | 6626 |
| |
| |||
6767 | 6768 |
| |
6768 | 6769 |
| |
6769 | 6770 |
| |
6770 |
| - | |
| 6771 | + | |
| 6772 | + | |
| 6773 | + | |
| 6774 | + | |
6771 | 6775 |
| |
6772 | 6776 |
| |
6773 | 6777 |
| |
|
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
113 |
| - | |
| 113 | + | |
114 | 114 |
| |
| 115 | + | |
| 116 | + | |
| 117 | + | |
115 | 118 |
| |
116 | 119 |
| |
117 | 120 |
| |
| |||
120 | 123 |
| |
121 | 124 |
| |
122 | 125 |
| |
| 126 | + | |
123 | 127 |
| |
124 | 128 |
| |
125 | 129 |
| |
|
0 commit comments
Comments
(0)