|
ostgres@hzhzzdjjm:/usr/local/pgsql/bin$ ./postmaster -D ../data &
[1] 3026
postgres@hzhzzdjjm:/usr/local/pgsql/bin$ FATAL: database files are incompatible with server
DETAIL: The database cluster was initialized with HAVE_INT64_TIMESTAMP but the server was compiled without HAVE_INT64_TIMESTAMP.
HINT: It looks like you need to recompile or initdb.
[1]+ Exit 1 ./postmaster -D ../data |
|