Project

General

Profile

« Previous | Next » 

Revision 8626

root Makefile: $(postgresReload-Linux): don't restart Postgres twice, because this does not fix the "shmat(id=...) failed: Cannot allocate memory" error. this error is instead produced whenever PostgreSQL is restarted from within a Makefile, but not when it's run directly from the command line or /bin/sh.

View differences:

Makefile
172 172
-$(asAdmin) mv -n $(linuxPostgresDir)/pg_hba.conf $(linuxPostgresDir)/pg_hba.conf.old
173 173
$(asAdmin) cp --preserve=timestamps schemas/pg_hba.conf $(linuxPostgresDir)/pg_hba.conf
174 174
$(call pg_ctl-Linux,restart)
175
$(call pg_ctl-Linux,restart)
176 175

  
177 176
endef
178 177

  

Also available in: Unified diff