mirror of
https://github.com/postgres/postgres.git
synced 2026-04-14 21:47:31 -04:00
Fix typo left by 34a3078629
Reported-by: jie wang <jugierwang@gmail.com> Reported-by: Chao Li <li.evan.chao@gmail.com> Discussion: https://postgr.es/m/CAJnZyeDyaS=X-eYN=9rDYqK=6ma1gMLa0qDgfNbZKK0e0+q99Q@mail.gmail.com
This commit is contained in:
parent
34a3078629
commit
03029409b4
1 changed files with 1 additions and 1 deletions
|
|
@ -3897,7 +3897,7 @@ typedef struct AfterTriggersData
|
|||
List *batch_callbacks; /* List of AfterTriggerCallbackItem; for
|
||||
* deferred constraints */
|
||||
bool firing_batch_callbacks; /* true when in
|
||||
* FireAfterTriggersBatchCallbacks() */
|
||||
* FireAfterTriggerBatchCallbacks() */
|
||||
} AfterTriggersData;
|
||||
|
||||
struct AfterTriggersQueryData
|
||||
|
|
|
|||
Loading…
Reference in a new issue