pgsql-server/src/bin/psql command.c common.c c ...

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/bin/psql command.c common.c c ...
Date: 2004-01-24 19:38:50
Message-ID: 20040124193850.4D332D1E97E@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: neilc(at)svr1(dot)postgresql(dot)org 04/01/24 15:38:50

Modified files:
src/bin/psql : command.c common.c common.h copy.c describe.c
input.c mainloop.c print.c prompt.c startup.c
stringutils.c tab-complete.c variables.c

Log message:
This patch makes some of the memory manipulation performed by psql a
little more sane. Some parts of the code was using a static function
xmalloc() that did safe memory allocation (where "safe" means "bail
out on OOM"), but most of it was just invoking calloc() or malloc()
directly. Now almost everything invokes xmalloc() or xcalloc().

Browse pgsql-committers by date

  From Date Subject
Next Message Jan Wieck 2004-01-24 20:00:46 pgsql-server/src backend/storage/buffer/bufmgr ...
Previous Message Dennis Bjorklund 2004-01-24 07:30:40 pgsql-server/src/backend/po sv.po