forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit99576e0
committed
Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files.
This oversight meant that on Windows, the pg_settings view would notdisplay source file or line number information for values coming frompostgresql.conf, unless the backend had received a SIGHUP since starting.In passing, also make the error detection in read_nondefault_variables atad more thorough, and fix it to not lose precision on float GUCs (thesechanges are already in HEAD as of my previous commit).1 parentb733331 commit99576e0
1 file changed
+27
-9
lines changedLines changed: 27 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7337 | 7337 |
| |
7338 | 7338 |
| |
7339 | 7339 |
| |
| 7340 | + | |
| 7341 | + | |
7340 | 7342 |
| |
7341 | 7343 |
| |
7342 | 7344 |
| |
| |||
7373 | 7375 |
| |
7374 | 7376 |
| |
7375 | 7377 |
| |
7376 |
| - | |
7377 |
| - | |
| 7378 | + | |
7378 | 7379 |
| |
7379 | 7380 |
| |
7380 | 7381 |
| |
| |||
7398 | 7399 |
| |
7399 | 7400 |
| |
7400 | 7401 |
| |
7401 |
| - | |
| 7402 | + | |
| 7403 | + | |
| 7404 | + | |
| 7405 | + | |
| 7406 | + | |
| 7407 | + | |
7402 | 7408 |
| |
7403 | 7409 |
| |
7404 | 7410 |
| |
| |||
7501 | 7507 |
| |
7502 | 7508 |
| |
7503 | 7509 |
| |
7504 |
| - | |
7505 |
| - | |
| 7510 | + | |
| 7511 | + | |
| 7512 | + | |
| 7513 | + | |
7506 | 7514 |
| |
7507 | 7515 |
| |
7508 | 7516 |
| |
| |||
7527 | 7535 |
| |
7528 | 7536 |
| |
7529 | 7537 |
| |
7530 |
| - | |
| 7538 | + | |
| 7539 | + | |
7531 | 7540 |
| |
7532 | 7541 |
| |
7533 |
| - | |
| 7542 | + | |
7534 | 7543 |
| |
| 7544 | + | |
| 7545 | + | |
| 7546 | + | |
| 7547 | + | |
| 7548 | + | |
| 7549 | + | |
| 7550 | + | |
| 7551 | + | |
| 7552 | + | |
| 7553 | + | |
7535 | 7554 |
| |
7536 |
| - | |
7537 |
| - | |
7538 | 7555 |
| |
7539 | 7556 |
| |
| 7557 | + | |
7540 | 7558 |
| |
7541 | 7559 |
| |
7542 | 7560 |
| |
|
0 commit comments
Comments
(0)