- Notifications
You must be signed in to change notification settings - Fork5
Commit3c2aa0c
committed
psql: complain if pg_dump custom-format is detected
Apparently, this is a very common mistake for users to make; it isbetter to have it fail reasonably rather than throw potentially a largenumber of errors. Since we have a magic string at the start of thefile, we can detect the case easily and there's no other possible usefulbehavior anyway.Author: Craig Ringer1 parentb01a4f6 commit3c2aa0c
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
178 | 190 | | |
179 | 191 | | |
180 | 192 | | |
| |||
0 commit comments
Comments
(0)