]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Initialize 'recordXtime' to silence compiler warning.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 6 Jun 2023 17:30:53 +0000 (20:30 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 6 Jun 2023 17:32:31 +0000 (20:32 +0300)
commit8b8cd437b500d160d379ffdc9aa2c1c29a265a86
tree1ff2ce36096bba5a4b86cc1a78043d6399240ebf
parent9b1e89c6690d3e90dc118fee9d712f55f85bb46e
Initialize 'recordXtime' to silence compiler warning.

In reality, recordXtime will always be set by the getRecordTimestamp
call, but the compiler doesn't necessarily see that.

Back-patch to all supported versions.

Author: Tristan Partin
Discussion: https://www.postgresql.org/message-id/CT5MN8E11U0M.1NYNCHXYUHY41@gonk
src/backend/access/transam/xlog.c