postgresql/src/backend/postmaster
Amit Kapila cca57c1d9b Use NameData datatype for slotname in stats.
This will make it consistent with the other usage of slotname in the code.
In the passing, change pgstat_report_replslot signature to use a structure
rather than multiple parameters.

Reported-by: Andres Freund
Author: Vignesh C
Reviewed-by: Sawada Masahiko, Amit Kapila
Discussion: https://postgr.es/m/20210319185247.ldebgpdaxsowiflw@alap3.anarazel.de
2021-04-14 08:55:03 +05:30
..
Makefile Partially deduplicate interrupt handling for background processes. 2019-12-17 13:14:28 -05:00
autovacuum.c Set pg_class.reltuples for partitioned tables 2021-04-09 11:50:33 -04:00
bgworker.c Use SIGURG rather than SIGUSR1 for latches. 2021-03-01 12:44:12 +13:00
bgwriter.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
checkpointer.c Change checkpoint_completion_target default to 0.9 2021-03-24 13:07:51 -04:00
fork_process.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
interrupt.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
pgarch.c Do not rely on pgstat.h to indirectly include storage/ headers. 2021-04-02 20:02:47 -07:00
pgstat.c Use NameData datatype for slotname in stats. 2021-04-14 08:55:03 +05:30
postmaster.c Improve connection denied error message during recovery. 2021-03-25 10:41:28 +09:00
startup.c Shut down transaction tracking at startup process exit. 2021-04-06 02:25:37 +09:00
syslogger.c Use errmsg_internal for debug messages 2021-02-17 11:33:25 +01:00
walwriter.c Force to send remaining WAL stats to the stats collector at walwriter exit. 2021-03-12 13:29:59 +09:00