forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4bcb82a
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 parent9f5836d commit4bcb82a
1 file changed
+20
-2
lines changedLines changed: 20 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7264 | 7264 |
| |
7265 | 7265 |
| |
7266 | 7266 |
| |
| 7267 | + | |
| 7268 | + | |
7267 | 7269 |
| |
7268 | 7270 |
| |
7269 | 7271 |
| |
| |||
7325 | 7327 |
| |
7326 | 7328 |
| |
7327 | 7329 |
| |
| 7330 | + | |
| 7331 | + | |
| 7332 | + | |
| 7333 | + | |
| 7334 | + | |
7328 | 7335 |
| |
7329 | 7336 |
| |
7330 | 7337 |
| |
| |||
7417 | 7424 |
| |
7418 | 7425 |
| |
7419 | 7426 |
| |
7420 |
| - | |
| 7427 | + | |
| 7428 | + | |
| 7429 | + | |
7421 | 7430 |
| |
7422 | 7431 |
| |
7423 | 7432 |
| |
| |||
7444 | 7453 |
| |
7445 | 7454 |
| |
7446 | 7455 |
| |
7447 |
| - | |
| 7456 | + | |
| 7457 | + | |
7448 | 7458 |
| |
7449 | 7459 |
| |
| 7460 | + | |
| 7461 | + | |
| 7462 | + | |
| 7463 | + | |
7450 | 7464 |
| |
7451 | 7465 |
| |
7452 | 7466 |
| |
| |||
7455 | 7469 |
| |
7456 | 7470 |
| |
7457 | 7471 |
| |
| 7472 | + | |
| 7473 | + | |
| 7474 | + | |
7458 | 7475 |
| |
7459 | 7476 |
| |
| 7477 | + | |
7460 | 7478 |
| |
7461 | 7479 |
| |
7462 | 7480 |
| |
|
0 commit comments
Comments
(0)