postgresql/contrib/basic_archive
Michael Paquier 9ebcb5ffdf 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
2022-10-17 11:40:19 +09:00
..
expected Allow archiving via loadable modules. 2022-02-03 14:05:02 -05:00
sql Allow archiving via loadable modules. 2022-02-03 14:05:02 -05:00
.gitignore Allow archiving via loadable modules. 2022-02-03 14:05:02 -05:00
Makefile Fix calculation related to temporary WAL segment name in basic_archive 2022-10-17 11:40:19 +09:00
basic_archive.c Fix calculation related to temporary WAL segment name in basic_archive 2022-10-17 11:40:19 +09:00
basic_archive.conf Formatting and punctuation improvements in sample configuration files 2022-05-10 21:15:56 +02:00