Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0fe0b2f

Browse files
author
Amit Kapila
committed
Remove extra semicolons.
Reported-by: David RowleyAuthor: David RowleyReviewed-by: Amit KapilaBackpatch-through: 10Discussion:https://postgr.es/m/CAKJS1f8EneeYyzzvdjahVZ6gbAHFkHbSFB5m_C0Y6TUJs9Dgdg@mail.gmail.com
1 parent91fc2a0 commit0fe0b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/commands/trigger.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5475,7 +5475,7 @@ AfterTriggerSaveEvent(EState *estate, ResultRelInfo *relinfo,
54755475
booldelete_old_table=transition_capture->tcs_delete_old_table;
54765476
boolupdate_old_table=transition_capture->tcs_update_old_table;
54775477
boolupdate_new_table=transition_capture->tcs_update_new_table;
5478-
boolinsert_new_table=transition_capture->tcs_insert_new_table;;
5478+
boolinsert_new_table=transition_capture->tcs_insert_new_table;
54795479

54805480
if ((event==TRIGGER_EVENT_DELETE&&delete_old_table)||
54815481
(event==TRIGGER_EVENT_UPDATE&&update_old_table))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp