forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3498ea8

Hiroshi Inoue
Improve the following.
=# create table t (id int4 unique);NOTICE: CREATE TABLE/UNIQUE will create implicit index 't_id_key' for table 't' =# begin; query: drop table t;NOTICE: Caution: DROP TABLE cannot be rolled back, so don't abort nowNOTICE: Caution: DROP INDEX cannot be rolled back, so don't abort now =# rollback; =# drop table t;NOTICE: mdopen: couldn't open t: No such file or directoryNOTICE: RelationIdBuildRelation: smgropen(t): No such file or directoryNOTICE: mdopen: couldn't open t: No such file or directoryNOTICE: mdopen: couldn't open t: No such file or directoryNOTICE: mdopen: couldn't open t_id_key: No such file or directoryNOTICE: RelationIdBuildRelation: smgropen(t_id_key): No such file or directoryNOTICE: mdopen: couldn't open t: No such file or directoryNOTICE: RelationIdBuildRelation: smgropen(t): No such file or directoryNOTICE: mdopen: couldn't open t: No such file or directoryERROR: cannot open relation t1 parent67cd018 commit3498ea8
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1595 | 1595 |
| |
1596 | 1596 |
| |
1597 | 1597 |
| |
1598 |
| - | |
| 1598 | + | |
| 1599 | + | |
| 1600 | + | |
| 1601 | + | |
1599 | 1602 |
| |
1600 | 1603 |
| |
1601 | 1604 |
| |
|
0 commit comments
Comments
(0)