dllist.c 0 -> NULL

Started by Alvaro Herreraover 21 years ago3 messagespatches
Jump to latest
#1Alvaro Herrera
alvherre@dcc.uchile.cl

Hackers,

This patches corrects the use of 0 as NULL in dllist.c, as reported by
sparse. There are still other places to be corrected.

Althought fairly trivial, it's not meant to be applied just now ...

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"El que vive para el futuro es un iluso, y el que vive para el pasado,
un imb�cil" (Luis Adler, "Los tripulantes de la noche")

Attachments:

dllist.patchtext/plain; charset=us-asciiDownload+60-60
#2Bruce Momjian
bruce@momjian.us
In reply to: Alvaro Herrera (#1)
Re: dllist.c 0 -> NULL

This has been saved for the 8.1 release:

http:/momjian.postgresql.org/cgi-bin/pgpatches2

---------------------------------------------------------------------------

Alvaro Herrera wrote:

Hackers,

This patches corrects the use of 0 as NULL in dllist.c, as reported by
sparse. There are still other places to be corrected.

Althought fairly trivial, it's not meant to be applied just now ...

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"El que vive para el futuro es un iluso, y el que vive para el pasado,
un imb?cil" (Luis Adler, "Los tripulantes de la noche")

[ Attachment, skipping... ]

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#3Neil Conway
neilc@samurai.com
In reply to: Alvaro Herrera (#1)
Re: dllist.c 0 -> NULL

On Sat, 2005-01-15 at 01:01 -0300, Alvaro Herrera wrote:

This patches corrects the use of 0 as NULL in dllist.c, as reported by
sparse. There are still other places to be corrected.

Applied -- thanks.

(Bruce, you can take this off the 8.1 patches queue.)

-Neil