forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitddc36df
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 parentf994bf9 commitddc36df
1 file changed
+27
-9
lines changedLines changed: 27 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6961 | 6961 |
| |
6962 | 6962 |
| |
6963 | 6963 |
| |
| 6964 | + | |
| 6965 | + | |
6964 | 6966 |
| |
6965 | 6967 |
| |
6966 | 6968 |
| |
| |||
6997 | 6999 |
| |
6998 | 7000 |
| |
6999 | 7001 |
| |
7000 |
| - | |
7001 |
| - | |
| 7002 | + | |
7002 | 7003 |
| |
7003 | 7004 |
| |
7004 | 7005 |
| |
| |||
7022 | 7023 |
| |
7023 | 7024 |
| |
7024 | 7025 |
| |
7025 |
| - | |
| 7026 | + | |
| 7027 | + | |
| 7028 | + | |
| 7029 | + | |
| 7030 | + | |
| 7031 | + | |
7026 | 7032 |
| |
7027 | 7033 |
| |
7028 | 7034 |
| |
| |||
7125 | 7131 |
| |
7126 | 7132 |
| |
7127 | 7133 |
| |
7128 |
| - | |
7129 |
| - | |
| 7134 | + | |
| 7135 | + | |
| 7136 | + | |
| 7137 | + | |
7130 | 7138 |
| |
7131 | 7139 |
| |
7132 | 7140 |
| |
| |||
7151 | 7159 |
| |
7152 | 7160 |
| |
7153 | 7161 |
| |
7154 |
| - | |
| 7162 | + | |
| 7163 | + | |
7155 | 7164 |
| |
7156 | 7165 |
| |
7157 |
| - | |
| 7166 | + | |
7158 | 7167 |
| |
| 7168 | + | |
| 7169 | + | |
| 7170 | + | |
| 7171 | + | |
| 7172 | + | |
| 7173 | + | |
| 7174 | + | |
| 7175 | + | |
| 7176 | + | |
| 7177 | + | |
7159 | 7178 |
| |
7160 |
| - | |
7161 |
| - | |
7162 | 7179 |
| |
7163 | 7180 |
| |
| 7181 | + | |
7164 | 7182 |
| |
7165 | 7183 |
| |
7166 | 7184 |
| |
|
0 commit comments
Comments
(0)