]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Use USECS_PER_SEC from datatype/timestamp.h
authorÁlvaro Herrera <alvherre@kurilemu.de>
Tue, 4 Nov 2025 09:07:54 +0000 (10:07 +0100)
committerÁlvaro Herrera <alvherre@kurilemu.de>
Tue, 4 Nov 2025 09:07:54 +0000 (10:07 +0100)
commitad1581d7feaeb1d78a0858703dac1bcb52f600d8
treea7e6258d77a172836d507afc6230a3acbe2926c2
parent65f4976189b6cbe9aa93fc5f4b1eb7a2040b6301
Use USECS_PER_SEC from datatype/timestamp.h

We had two places defining their own constants for this.

Author: Álvaro Herrera <alvherre@kurilemu.de>
Reviewed-by: Peter Smith <smithpb2250@gmail.com>
Discussion: https://postgr.es/m/202510311750.mxiykx3tp4mx@alvherre.pgsql
src/bin/pg_basebackup/pg_createsubscriber.c
src/bin/pg_ctl/pg_ctl.c