Skip to content
Snippets Groups Projects
  • Tom Lane's avatar
    ab5cafa5
    Update frontend libpq to remove limits on query lengths, · ab5cafa5
    Tom Lane authored
    error/notice message lengths, and number of fields per tuple.  Add
    pqexpbuffer.c/.h, a frontend version of backend's stringinfo module.
    This is first step in applying Mike Ansley's long-query patches,
    even though he didn't do any of these particular changes...
    ab5cafa5
    History
    Update frontend libpq to remove limits on query lengths,
    Tom Lane authored
    error/notice message lengths, and number of fields per tuple.  Add
    pqexpbuffer.c/.h, a frontend version of backend's stringinfo module.
    This is first step in applying Mike Ansley's long-query patches,
    even though he didn't do any of these particular changes...