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

Etsuro Fujita
Correct error message for row-level triggers with transition tables on partitioned tables.
"Triggers on partitioned tables cannot have transition tables." isincorrect as we allow statement-level triggers on partitioned tables tohave transition tables.This has been wrong since commit86f5759; back-patch to v11 where thatcommit came in.Reviewed by Tom Lane.Discussion:https://postgr.es/m/CAPmGK17gk4vXLzz2iG%2BG4LWRWCoVyam70nZ3OuGm1hMJwDrhcg%40mail.gmail.com1 parent18865f4 commit1699125
File tree
2 files changed
+2
-2
lines changed- src
- backend/commands
- test/regress/expected
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
249 | 249 |
| |
250 | 250 |
| |
251 | 251 |
| |
252 |
| - | |
| 252 | + | |
253 | 253 |
| |
254 | 254 |
| |
255 | 255 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2020 | 2020 |
| |
2021 | 2021 |
| |
2022 | 2022 |
| |
2023 |
| - | |
| 2023 | + | |
2024 | 2024 |
| |
2025 | 2025 |
| |
2026 | 2026 |
| |
|
0 commit comments
Comments
(0)