Skip to content

Commit

Permalink
Fix for PG-949: CREATE INDEX doesn't work with full encryption (perco…
Browse files Browse the repository at this point in the history
…na#248)

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 and ImTheKai committed Aug 7, 2024
1 parent 74b0151 commit 193019f
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 193019f

Please sign in to comment.