aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonfuncs.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2022-10-17 11:40:19 +0900
committerMichael Paquier <michael@paquier.xyz>2022-10-17 11:40:19 +0900
commit9ebcb5ffdf3a1f49388c38ba5273370f49bf7d19 (patch)
tree1fa72a01c679f53aa2aebb84e687a377b10273cf /src/backend/utils/adt/jsonfuncs.c
parentd4abb0bc5abb5dcb351956aed70f317a6bc494ba (diff)
downloadpostgresql-9ebcb5ffdf3a1f49388c38ba5273370f49bf7d19.tar.gz
postgresql-9ebcb5ffdf3a1f49388c38ba5273370f49bf7d19.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/utils/adt/jsonfuncs.c')
0 files changed, 0 insertions, 0 deletions