Re: trivial patch for pg_dump blob problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Oleg Drokin <green(at)linuxhacker(dot)ru>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: trivial patch for pg_dump blob problem
Date: 2003-02-13 22:58:04
Message-ID: 1582.1045177084@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Oleg Drokin <green(at)linuxhacker(dot)ru> writes:
> Simple non-intrusive patch is below ;)

Since lo_read is declared to return int, I think a more correct patch
is to change 'cnt' to be declared as int. I have fixed it that way.

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-02-13 23:23:20 Re: Cosmetic change in catalog/index.c
Previous Message Neil Conway 2003-02-13 22:57:25 Re: Cosmetic change in catalog/index.c