Mformat_CN.exe [INFORMATION] VENDOR INFO=USB-DISK ; Max 8byte PRODUCT INFO=FREEDIK-LWFORMAT ; Max 16Byte MANUFACTURER STR=USB Mass Storage ; Max 32Byte PRODUCT STR=USB Mass Storage ; Max 32Byte [LOG] DIRECTORY=C:\testlog EXTENSION=txt [AVAILABLE BAD
[Fri Oct 05 15:16:24 2007] [error] apache2: Service is already installed. The service already exists! The current server installed: D:\PC_webserver\mysql\bin\mysqld-nt.exe --default -file=D:\PC_webserver\mysql\my.ini mysql apache2 服务正在启动 . apache2 服
It can start up to 127 programs of your choice. The started programs behave like Windows services in that they will be running in the background without the user having to log into the machine. A user cannot kill the programs started by this service
一、问题
pg_ctl start启动时报错退出:pg_ctl:server did not start in time。超时时间是多少?从什么时候到哪个阶段算超时?
二、分析:该信息打印位置,从后面代码段do_start函数中可以看出
1、pg_ctl start调用start_postmaster启动PG的主进程后,每隔0.1ms检查一次postmaster.pid文件,是否已写入ready/standby
2、总共会检查600次,即从启动主进程后,最多等待60s,如果没有写入read