mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 03:25:38 -04:00
97e82dc72c
oidvector/int2vector. pg_dump code was assuming that it would see exactly FUNC_MAX_ARGS integers in the string returned by the backend. That's no longer true. (Perhaps that change wasn't such a good idea after all --- will it break any other applications??)