forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit29987b2
committed
Avoid crash in "postgres -C guc" for a GUC with a null string value.
Emit "(null)" instead, which was the behavior all along on platformsthat don't crash, eg OS X. Per report from Jehan-Guillaume de Rorthais.Back-patch to 9.2 where -C option was introduced.Michael PaquierReport: <20160615204036.2d35d86a@firost>1 parent832c3f9 commit29987b2
1 file changed
+7
-3
lines changedLines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
847 | 847 |
| |
848 | 848 |
| |
849 | 849 |
| |
850 |
| - | |
851 |
| - | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
852 | 853 |
| |
853 |
| - | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
854 | 858 |
| |
855 | 859 |
| |
856 | 860 |
| |
|
0 commit comments
Comments
(0)