forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit03a25ce
committed
Issue a WARNING about invalid rule file format in contrib/unaccent.
We were already issuing a WARNING, albeit only elog not ereport, forduplicate source strings; so warning rather than just being stoicallysilent seems like the best thing to do here. Arguably both of thesecomplaints should be upgraded to ERRORs, but that might be morebehavioral change than people want.Note: the faulty line is already printed via an errcontext hook,so there's no need for more information than these messages provide.1 parent1b24887 commit03a25ce
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
67 | 69 |
| |
68 | 70 |
| |
69 | 71 |
| |
| |||
128 | 130 |
| |
129 | 131 |
| |
130 | 132 |
| |
131 |
| - | |
| 133 | + | |
132 | 134 |
| |
133 | 135 |
| |
134 | 136 |
| |
| |||
192 | 194 |
| |
193 | 195 |
| |
194 | 196 |
| |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
195 | 201 |
| |
196 | 202 |
| |
197 | 203 |
| |
|
0 commit comments
Comments
(0)