forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit024515c
committed
In event triggers, use "pg_temp" only for our own temp schema.
pg_event_trigger_ddl_commands used "pg_temp" to refer to anytemp schema, not only that of the current backend. This seemslike overreach. It's somewhat unlikely that DDL commands wouldrefer to temp objects of other sessions to begin with, but if theydo, "pg_temp" would be a most misleading way to display the action.While this seems like a bug, it's not quite out of the realm ofpossibility that somebody out there is expecting the currentbehavior. Hence, fix in HEAD, but don't back-patch.Discussion:https://postgr.es/m/CAAJ_b97W=QaGmag9AhWNbmx3uEYsNkXWL+OVW1_E1D3BtgWvtw@mail.gmail.com1 parent48c5c90 commit024515c
1 file changed
+1
-5
lines changedLines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1982 | 1982 |
| |
1983 | 1983 |
| |
1984 | 1984 |
| |
1985 |
| - | |
1986 |
| - | |
1987 |
| - | |
1988 |
| - | |
1989 |
| - | |
| 1985 | + | |
1990 | 1986 |
| |
1991 | 1987 |
| |
1992 | 1988 |
| |
|
0 commit comments
Comments
(0)