Thread: pgsql: Initialize 'recordXtime' to silence compiler warning.

pgsql: Initialize 'recordXtime' to silence compiler warning.

From
Heikki Linnakangas
Date:
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

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8b8cd437b500d160d379ffdc9aa2c1c29a265a86

Modified Files
--------------
src/backend/access/transam/xlog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)