Re: Fix for dumoing WITH/WITHOUT oids

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Fix for dumoing WITH/WITHOUT oids
Date: 2004-03-23 20:52:27
Message-ID: 29090.1080075147@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> /*
> + * Become the owner of the the given TOC entry object. If
> + * changes in ownership are not allowed, this doesn't do anything.
> + */
> + static void
> + _setWithOids(ArchiveHandle *AH, TocEntry *te)

Cutting and pasting our comments, are we?

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2004-03-23 20:53:02 Small comment fix in s_lock.c
Previous Message Magnus Hagander 2004-03-23 20:47:56 Re: Patch for select and APC on win32