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

Commitf88dd4f

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 parente83e098 commitf88dd4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/backend/commands/trigger.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5758,7 +5758,7 @@ AfterTriggerSaveEvent(EState *estate, ResultRelInfo *relinfo,
57585758
booldelete_old_table=transition_capture->tcs_delete_old_table;
57595759
boolupdate_old_table=transition_capture->tcs_update_old_table;
57605760
boolupdate_new_table=transition_capture->tcs_update_new_table;
5761-
boolinsert_new_table=transition_capture->tcs_insert_new_table;;
5761+
boolinsert_new_table=transition_capture->tcs_insert_new_table;
57625762

57635763
/*
57645764
* For INSERT events newtup should be non-NULL, for DELETE events

‎src/backend/optimizer/prep/prepunion.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ generate_nonunion_paths(SetOperationStmt *op, PlannerInfo *root,
816816
/* Build result relation. */
817817
result_rel=fetch_upper_rel(root,UPPERREL_SETOP,
818818
bms_union(lrel->relids,rrel->relids));
819-
result_rel->reltarget=create_pathtarget(root,tlist);;
819+
result_rel->reltarget=create_pathtarget(root,tlist);
820820

821821
/*
822822
* Append the child results together.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp