the function returns NULL.
+ |
+
+ pg_last_xact_replay_timestamp()
+
+ timestamp with time zone
+ Get timestamp of last transaction replayed during recovery.
+ This is the time at which the commit or abort WAL record for that
+ transaction was generated.
+ If no transactions have been replayed during recovery, this function
+ returns NULL. Otherwise, if recovery is still in progress this will
+ increase monotonically. If recovery has completed then this value will
+ remain static at the value of the last transaction applied during that
+ recovery. When the server has been started normally without recovery
+ the function returns NULL.
+
+