pgsql: Set next multixid's offset when creating a new multixid

2025-12-03 Thread Heikki Linnakangas
Set next multixid's offset when creating a new multixid With this commit, the next multixid's offset will always be set on the offsets page, by the time that a backend might try to read it, so we no longer need the waiting mechanism with the condition variable. In other words, this eliminates "cor

pgsql: Set next multixid's offset when creating a new multixid

2025-12-03 Thread Heikki Linnakangas
Set next multixid's offset when creating a new multixid With this commit, the next multixid's offset will always be set on the offsets page, by the time that a backend might try to read it, so we no longer need the waiting mechanism with the condition variable. In other words, this eliminates "cor

pgsql: Set next multixid's offset when creating a new multixid

2025-12-03 Thread Heikki Linnakangas
Set next multixid's offset when creating a new multixid With this commit, the next multixid's offset will always be set on the offsets page, by the time that a backend might try to read it, so we no longer need the waiting mechanism with the condition variable. In other words, this eliminates "cor

pgsql: Set next multixid's offset when creating a new multixid

2025-12-03 Thread Heikki Linnakangas
Set next multixid's offset when creating a new multixid With this commit, the next multixid's offset will always be set on the offsets page, by the time that a backend might try to read it, so we no longer need the waiting mechanism with the condition variable. In other words, this eliminates "cor

pgsql: Set next multixid's offset when creating a new multixid

2025-12-03 Thread Heikki Linnakangas
Set next multixid's offset when creating a new multixid With this commit, the next multixid's offset will always be set on the offsets page, by the time that a backend might try to read it, so we no longer need the waiting mechanism with the condition variable. In other words, this eliminates "cor

pgsql: Set next multixid's offset when creating a new multixid

2025-12-03 Thread Heikki Linnakangas
Set next multixid's offset when creating a new multixid With this commit, the next multixid's offset will always be set on the offsets page, by the time that a backend might try to read it, so we no longer need the waiting mechanism with the condition variable. In other words, this eliminates "cor