Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

fe-exec.c

  • Tom Lane's avatar
    ae67e81e
    Fix documentation for libpq's PQfn(). · ae67e81e
    Tom Lane authored
    The SGML docs claimed that 1-byte integers could be sent or received with
    the "isint" options, but no such behavior has ever been implemented in
    pqGetInt() or pqPutInt().  The in-code documentation header for PQfn() was
    even less in tune with reality, and the code itself used parameter names
    matching neither the SGML docs nor its libpq-fe.h declaration.  Do a bit
    of additional wordsmithing on the SGML docs while at it.
    
    Since the business about 1-byte integers is a clear documentation bug,
    back-patch to all supported branches.
    ae67e81e
    History
    Fix documentation for libpq's PQfn().
    Tom Lane authored
    The SGML docs claimed that 1-byte integers could be sent or received with
    the "isint" options, but no such behavior has ever been implemented in
    pqGetInt() or pqPutInt().  The in-code documentation header for PQfn() was
    even less in tune with reality, and the code itself used parameter names
    matching neither the SGML docs nor its libpq-fe.h declaration.  Do a bit
    of additional wordsmithing on the SGML docs while at it.
    
    Since the business about 1-byte integers is a clear documentation bug,
    back-patch to all supported branches.