mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Get rid of the following size limit.
1) Query size limit(was 65536) for >=7.0 servers. 2) Text size limit(was 8190) for 7.1 servers.
This commit is contained in:
@@ -307,6 +307,6 @@ void CC_lookup_lo(ConnectionClass *conn);
|
||||
void CC_lookup_pg_version(ConnectionClass *conn);
|
||||
void CC_initialize_pg_version(ConnectionClass *conn);
|
||||
void CC_log_error(char *func, char *desc, ConnectionClass *self);
|
||||
|
||||
int CC_get_max_query_len(const ConnectionClass *self);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user