postgresql/src/backend/postmaster
Tom Lane 4c8f8ffaca Further code review for pg_stat_ssl patch.
Fix additional bogosity in commit 9029f4b374.  Include the
BackendSslStatusBuffer in the BackendStatusShmemSize calculation,
avoid ugly and error-prone casts to char* and back, put related
code stanzas into a consistent order (and fix a couple of previous
instances of that sin).  All cosmetic except for the size oversight.
2015-07-27 16:29:14 -04:00
..
autovacuum.c Fix thinko in comment (launcher -> worker) 2015-06-20 11:45:59 -03:00
bgworker.c Reduce log level for background worker events from LOG to DEBUG1. 2015-06-26 11:23:32 -04:00
bgwriter.c Fix more typos in comments. 2015-05-20 19:45:43 +03:00
checkpointer.c Also trigger restartpoints based on max_wal_size on standby. 2015-06-29 00:09:10 +03:00
fork_process.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
Makefile Allow background workers to be started dynamically. 2013-07-16 13:02:15 -04:00
pgarch.c Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
pgstat.c Further code review for pg_stat_ssl patch. 2015-07-27 16:29:14 -04:00
postmaster.c Fix postmaster's handling of a startup-process crash. 2015-07-09 13:22:22 -04:00
startup.c Commonalize process startup code. 2015-01-14 00:33:14 +01:00
syslogger.c Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
walwriter.c Add a default local latch for use in signal handlers. 2015-01-14 18:45:22 +01:00