]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix instance of elog() called while holding a spinlock
authorMichael Paquier <michael@paquier.xyz>
Thu, 4 Jun 2020 01:18:11 +0000 (10:18 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 4 Jun 2020 01:18:11 +0000 (10:18 +0900)
commit5ed8b4a981ed37b3cb934e72aea36503eb8d987d
tree372dca554834400085dd266f4f60b1aecc2db1f9
parent0c735c686a9078c59d3b43bfb9e0c3f5235f5c4e
Fix instance of elog() called while holding a spinlock

This broke the project rule to not call any complex code while a
spinlock is held.  Issue introduced by b89e151.

Discussion: https://postgr.es/m/20200602.161518.1399689010416646074.horikyota.ntt@gmail.com
Backpatch-through: 9.5
src/backend/replication/logical/logical.c