用源码安装编译postgresql的时候,要注意当前系统时间,要调整至当前时间,如果早于当前时间,在gmake的时候会一直循环编译。
调整时间 date -s '2013-05-26 10:32:23'
再重新编译就可以了
转载于:https://my.oschina.net/Kenyon/blog/133436
用源码安装编译postgresql的时候,要注意当前系统时间,要调整至当前时间,如果早于当前时间,在gmake的时候会一直循环编译。
调整时间 date -s '2013-05-26 10:32:23'
再重新编译就可以了
转载于:https://my.oschina.net/Kenyon/blog/133436