]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fixes:
authorMarc G. Fournier <scrappy@hub.org>
Tue, 13 Aug 1996 01:32:26 +0000 (01:32 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 13 Aug 1996 01:32:26 +0000 (01:32 +0000)
commit9da9c0915a502f73be817f2185b453cea3a3e51d
tree43101d5cad391b3d9ab904f7cf8fb95e46525542
parent59f29714aa8d084bdb3f96b87ee03775d7e2b865
Fixes:

Here's a small patch that my run-time checker whines about
incessantly.  The justification for the patch is along the
lines of passing a NULL is allowed if you have an
arguement that is a *POINTER* to something, but if
the arguement is an array reference, it's not really
a "pointer", so it can't be NULL.

If you question this, I refer you to
<URL:http://www.va.pubnix.com/staff/djm/lore/arrays-are-not-pointers>

Anyways, here's the patch:

-Kurt

Submitted by: "Kurt J. Lidl" <lidl@va.pubnix.com>
src/backend/access/common/heaptuple.c
src/backend/access/heapam.h