]> git.ipfire.org Git - thirdparty/postgresql.git/commit
From: Raymond Toy <toy@rtp.ericsson.se>
authorMarc G. Fournier <scrappy@hub.org>
Thu, 17 Apr 1997 20:38:26 +0000 (20:38 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 17 Apr 1997 20:38:26 +0000 (20:38 +0000)
commit8834795ebf68f0518f6498043e1c7f2abe81f8ec
treee5bf34f6e4bca71c5f57c889a714ab70cd3ee354
parenta1f229b19e95ceab78bbd06f7ef1bec92acbe8b4
From: Raymond Toy <toy@rtp.ericsson.se>
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.
src/backend/libpq/pqcomm.c
src/backend/utils/error/assert.c