Top
Enterprise Postgres 14 SP1 Messages
FUJITSU Software

2.67.6 17005

@1@: incompatible server version @2@; client does not support streaming from server versions newer than @3@

[Description]

incompatible server version ,client does not support streaming from server .ServerMajor and maxServerMajor are calculated as follows;(serverMajor = PQserverVersion(conn) / 100 and maxServerMajor = PG_VERSION_NUM / 100;)where PG_VERSION_NUM is 90401 and PQserverVersion returns the sversion; /* server version, e.g. 70401 for 7.4.1 */

[System Processing]

Processing will be aborted.

[Action]

To investigate the cause of the occurrence from the message, and remove cause