Re: \du in psql patchp - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: \du in psql patchp
Date
Msg-id Pine.LNX.4.30.0105091944060.757-100000@peter.localdomain
Whole thread Raw
In response to Re: \du in psql patchp  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: \du in psql patchp  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian writes:

> Patch applied.  I removed the reference to asprintf() and changed it to
> a string constant.  I have also added documentation changes.  Patch
> attached.

I think there's a memory leak, count your xmalloc's.  Also, perhaps the
user ids should be right-aligned (printTable, 5th argument).

> Very nice.

Yes.

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


pgsql-patches by date:

Previous
From: Alex Perel
Date:
Subject: Re: \du in psql patchp
Next
From: Bruce Momjian
Date:
Subject: Re: \du in psql patchp