Thread: dllist.c 0 -> NULL
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
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
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