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

assert.c

  • Marc G. Fournier's avatar
    8834795e
    From: Raymond Toy <toy@rtp.ericsson.se> · 8834795e
    Marc G. Fournier authored
    Subject: [PATCHES] 970417:  two more patches for large objects
    
    Here are two more patches:
    
            1.  pg_getint doesn't properly set the status flag when
                calling pqGetShort or pqGetLong.  This is required when
                accessing large objects via libpq.  This, combined with
                problem 1 above causes postgres to crash when postgres
                tries to print out the message that the status was not
                good.
    
            2.  ExceptionalCondition crashes when called with detail =
                NULL.  This patch prevents dereferencing the NULL.
    8834795e
    History
    From: Raymond Toy <toy@rtp.ericsson.se>
    Marc G. Fournier authored
    Subject: [PATCHES] 970417:  two more patches for large objects
    
    Here are two more patches:
    
            1.  pg_getint doesn't properly set the status flag when
                calling pqGetShort or pqGetLong.  This is required when
                accessing large objects via libpq.  This, combined with
                problem 1 above causes postgres to crash when postgres
                tries to print out the message that the status was not
                good.
    
            2.  ExceptionalCondition crashes when called with detail =
                NULL.  This patch prevents dereferencing the NULL.