Additional minor pg_dump cleanups - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Additional minor pg_dump cleanups
Date
Msg-id C2F05B3C-1414-45DD-AE09-6FEE4D0F89BD@yesql.se
Whole thread Raw
Responses Re: Additional minor pg_dump cleanups
List pgsql-hackers
Re-reading Nathans recent 8213df9effaf I noticed a few more small things which
can be cleaned up.  In two of the get<Object> functions we lack a fast-path for
when no tuples are found which leads to pg_malloc(0) calls.  Another thing is
that we in one place reset the PQExpBuffer immediately after creating it which
isn't required.

--
Daniel Gustafsson


Attachment

pgsql-hackers by date:

Previous
From: "Joel Jacobson"
Date:
Subject: numeric.c: Should MUL_GUARD_DIGITS be increased from 2 to 3?
Next
From: Tom Lane
Date:
Subject: Re: What is a typical precision of gettimeofday()?