- Notifications
You must be signed in to change notification settings - Fork5.2k
Commit44e135a
committed
Avoid throwing away the error message in syncrep_yyerror.
Commit473a575 purported to make thisfunction stash the error message in *syncrep_parse_result_p, butit didn't actually.As a result, an attempt to set synchronous_standby_names to any valuethat does not parse resulted in a generic "parser failed." messagerather than anything more specific. This fixes that.Discussion:http://postgr.es/m/CA+TgmoYF9wPNZ-Q_EMfib_espgHycY-eX__6Tzo2GpYpVXqCdQ@mail.gmail.comBackpatch-through: 181 parent13eb6bb commit44e135a
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | 160 | | |
162 | 161 | | |
163 | | - | |
| 162 | + | |
164 | 163 | | |
165 | 164 | | |
166 | | - | |
167 | | - | |
| 165 | + | |
| 166 | + | |
168 | 167 | | |
169 | | - | |
170 | | - | |
| 168 | + | |
| 169 | + | |
171 | 170 | | |
172 | 171 | | |
173 | 172 | | |
| |||
0 commit comments
Comments
(0)