forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit698923d
committed
pg_dump/t/002: append terminating semicolon to SQL commands
It's easy to overlook the need for one, and its lack is annoying for thenext developer wanting to create a new test. Rather than expect everyindividual command to add the semicolon, just append one automatically.Discussion:http://postgr.es/m/20170503172746.rwftidszir67sgk7@alvherre.pgsql1 parent8f8b9be commit698923d
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6414 | 6414 |
| |
6415 | 6415 |
| |
6416 | 6416 |
| |
6417 |
| - | |
| 6417 | + | |
| 6418 | + | |
6418 | 6419 |
| |
6419 | 6420 |
| |
6420 | 6421 |
| |
|
0 commit comments
Comments
(0)