]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Clear 'xid' in dummy async notify entries written to fill up pages
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 12 Nov 2025 19:19:03 +0000 (21:19 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 12 Nov 2025 19:27:05 +0000 (21:27 +0200)
commit0e8eaa2181d477cc739e462295d344db750674e4
tree61e02b237de660eb954082950608de729ffeecb6
parent44e8c60be66c7c174431c4cd7948c1ff015fe516
Clear 'xid' in dummy async notify entries written to fill up pages

Before we started to freeze async notify entries (commit 8eeb4a0f7c),
no one looked at the 'xid' on an entry with invalid 'dboid'. But now
we might actually need to freeze it later. Initialize them with
InvalidTransactionId to begin with, to avoid that work later.

Álvaro pointed this out in review of commit 8eeb4a0f7c, but I forgot
to include this change there.

Author: Álvaro Herrera <alvherre@kurilemu.de>
Discussion: https://www.postgresql.org/message-id/202511071410.52ll56eyixx7@alvherre.pgsql
Backpatch-through: 14
src/backend/commands/async.c