Skip to content

Commit

Permalink
Fix for PG-949: CREATE INDEX doesn't work with full encryption (#248)
Browse files Browse the repository at this point in the history
This commit addresses a minor mistake in a previous cleanup PR that caused tables
to not reliably close by event trigger function.
  • Loading branch information
codeforall authored Aug 5, 2024
1 parent 02cd531 commit 0243cc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pg_tde_event_capture.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ pg_tde_ddl_command_start_capture(PG_FUNCTION_ARGS)
/* set the global state */
tdeCurrentCreateEvent.encryptMode = true;
}
else
table_close(rel, lockmode);
}
else
Expand Down

0 comments on commit 0243cc3

Please sign in to comment.