Skip to content

Commit

Permalink
Removing the pg_tde_create_key_fork definition from pg_tde_io.h
Browse files Browse the repository at this point in the history
The function prototype was mistakenly left out in old header when it
was moved to pg_tde_tdemap.
  • Loading branch information
codeforall committed Aug 23, 2023
1 parent 24a95eb commit fc850ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/include/access/pg_tde_io.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,5 @@ extern Buffer pg_tde_RelationGetBufferForTuple(Relation relation, Size len,
BulkInsertStateData *bistate,
Buffer *vmbuffer, Buffer *vmbuffer_other,
int num_pages);
extern void pg_tde_create_key_fork(const RelFileLocator *newrlocator, Relation rel);

#endif /* PG_TDE_IO_H */

0 comments on commit fc850ba

Please sign in to comment.