Revision 13011
Added by Aaron Marcuse-Kubitza over 10 years ago
Makefile | ||
---|---|---|
164 | 164 |
sleep 2 |
165 | 165 |
endef |
166 | 166 |
|
167 |
postgres_restart: _always |
|
168 |
@echo $(call pg_ctl-$(os),restart) |
|
169 |
|
|
167 | 170 |
confirmPostgresReload = $(call confirm,Modifying postgresql.conf and pg_hba.conf) |
168 | 171 |
|
169 | 172 |
define postgresReload-Linux |
Also available in: Unified diff
/Makefile: added postgres_restart, since this is often invoked separately from the entire postgres_reload target