Re: Fix for dumoing WITH/WITHOUT oids

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Fix for dumoing WITH/WITHOUT oids
Дата
Msg-id 200403232134.i2NLY1O02916@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Fix for dumoing WITH/WITHOUT oids  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.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?

Thanks.  Fixed.  :-)

--
  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

В списке pgsql-patches по дате отправления:

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Patch for select and APC on win32
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Small comment fix in s_lock.c