forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf82d4d6
committed
Slightly correct context check for event triggers
The previous check for a "complete query" omitted the newPROCESS_UTILITY_QUERY_NONATOMIC value. This didn't actually make adifference in practice, because only CALL and SET from PL/pgSQL run inthis state, but it's more correct to include it anyway.Discussion:https://www.postgresql.org/message-id/4566041d-2567-74d2-d135-19ff6a20fe51%402ndquadrant.com1 parentae30786 commitf82d4d6
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
943 | 943 |
| |
944 | 944 |
| |
945 | 945 |
| |
946 |
| - | |
| 946 | + | |
947 | 947 |
| |
948 | 948 |
| |
949 | 949 |
| |
|
0 commit comments
Comments
(0)