May 17, 2026, 11:40 PM

This commit is contained in:
Paweł Domański
2026-05-18 06:40:19 +00:00
commit 64944cf004
896 changed files with 310709 additions and 0 deletions
@@ -0,0 +1,17 @@
-- Last pg config reload time
postgres=# select pg_conf_load_time() ;
pg_conf_load_time
----------------------------------
2020-07-06 13:20:18.048689+05:30
(1 row)
-- Reload again and see whether reload time changed or not
postgres=# select pg_reload_conf();
pg_reload_conf
----------------
t
(1 row)
postgres=# select pg_conf_load_time() ;