mirror of https://github.com/postgres/postgres
There are crash scenarios where keys are left behind in the key file even though the OID for the table goes unused. This meant that we could have keys laying around for newly created plaintext relations after OID wraparound. Simply removing any existing keys when relations are created seems appriopriate. Also move creation of pg_tde data dir to library init. This directory is used by the SMgr which is loaded regardless of whether any database are yet to create extension or not.pull/230/head
parent
eab9bd0ec5
commit
27d05ddb6e
Loading…
Reference in new issue