git.postgresql.org Git - postgresql.git/commit
2019年3月29日 09:53:40 +0000 (10:53 +0100)
2019年3月29日 09:53:40 +0000 (10:53 +0100)
commit bb76134b08aa46cdeb0ff1e6d7b392d315529a8c
Fix incorrect code in new REINDEX CONCURRENTLY code
The previous code was adding pointers to transient variables to a
list, but by the time the list was read, the variable might be gone,
depending on the compiler. Fix it by making copies in the proper
memory context.
This is the main PostgreSQL git repository.
RSS
Atom