Revision 13015
Added by Aaron Marcuse-Kubitza almost 11 years ago
Makefile | ||
---|---|---|
166 | 166 |
|
167 | 167 |
postgres_restart: postgres_restart-$(os) _always ; |
168 | 168 |
postgres_restart-Linux: _always |
169 |
@# for some reason, pg_ctl does not work when run inside make |
|
169 | 170 |
@echo $(emph)'restart PostgreSQL manually:'$(endEmph) |
170 | 171 |
@echo $(call pg_ctl-$(os),restart) |
171 | 172 |
@$(wait) |
Also available in: Unified diff
/Makefile: postgres_restart-Linux: documented that the manual running of the command is needed because for some reason, pg_ctl does not work when run inside make