when i use pg_upgrade check upgrade postgresql 9.0 beta2 to postgresql 9.3 beta1. error occure below :
uptest@db-172-16-3-33-> cat loadable_libraries.txt
Co
This is quoted from question. (OP has edited the question)
this is a postgis bug for postgresql 9.3. and resolved it.
thanks.
http://trac.osgeo.org/postgis/changeset/10321
vi /opt/soft_bak/postgis-2.0.3/postgis/geometry_estimate.c
//add
#if POSTGIS_PGSQL_VERSION >= 93
#include "access/htup_details.h"
#endif
and then gmake
, gmake install
do pg_upgrade passed now.