postgresql/src/backend/access/heap
Neil Conway 192ad63bd7 More janitorial work: remove the explicit casting of NULL literals to a
pointer type when it is not necessary to do so.

For future reference, casting NULL to a pointer type is only necessary
when (a) invoking a function AND either (b) the function has no prototype
OR (c) the function is a varargs function.
2004-01-07 18:56:30 +00:00
..
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
heapam.c More janitorial work: remove the explicit casting of NULL literals to a 2004-01-07 18:56:30 +00:00
hio.c make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
tuptoaster.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00