diff options
author | Michael Paquier <michael@paquier.xyz> | 2022-10-17 11:40:14 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2022-10-17 11:40:14 +0900 |
commit | c68a1839902daeb42cf1ebc89edfdd91c00e5091 (patch) | |
tree | 202349fe9735a7d696dc268cc286529aa7c61629 /src/backend/commands/functioncmds.c | |
parent | 7622422b725eb4b7403c33a9e4986e0ed9826cbd (diff) | |
download | postgresql-c68a1839902daeb42cf1ebc89edfdd91c00e5091.tar.gz postgresql-c68a1839902daeb42cf1ebc89edfdd91c00e5091.zip |
Fix calculation related to temporary WAL segment name in basic_archive
The file name used for its temporary destination, before renaming it to
the real deal, has been using a microseconds in a timestamp aimed to be
originally in milli-seconds. This is harmless as this is aimed at being
a safeguard against name collisions (note MyProcPid in the name), but
let's be correct with the maths.
While on it, add a note in the module's makefile to document why
installcheck is not supported.
Author: Nathan Bossart
Reviewed-by: Bharath Rupireddy
Discussion: https://postgr.es/m/20221014044106.GA1673343@nathanxps13
Backpatch-through: 15
Diffstat (limited to 'src/backend/commands/functioncmds.c')
0 files changed, 0 insertions, 0 deletions