forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit350410b
committed
Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.
Mixed-case names for transition tables weren't dumped correctly.Oversight in commit8c48375, per bug #15440 from Karl Czajkowski.In passing, I couldn't resist a bit of code beautification.Back-patch to v10 where this was introduced.Discussion:https://postgr.es/m/15440-02d1468e94d63d76@postgresql.org1 parent197e4af commit350410b
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
954 | 954 |
| |
955 | 955 |
| |
956 | 956 |
| |
957 |
| - | |
| 957 | + | |
958 | 958 |
| |
959 | 959 |
| |
960 | 960 |
| |
961 | 961 |
| |
962 | 962 |
| |
963 |
| - | |
| 963 | + | |
964 | 964 |
| |
965 | 965 |
| |
966 | 966 |
| |
967 | 967 |
| |
968 | 968 |
| |
969 | 969 |
| |
970 |
| - | |
| 970 | + | |
| 971 | + | |
971 | 972 |
| |
972 |
| - | |
| 973 | + | |
| 974 | + | |
973 | 975 |
| |
974 | 976 |
| |
975 | 977 |
| |
|
0 commit comments
Comments
(0)