From: | Oleg Drokin <green(at)linuxhacker(dot)ru> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: trivial patch for pg_dump blob problem |
Date: | 2003-02-14 06:38:25 |
Message-ID: | 20030214063825.GA6304@linuxhacker.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Hello!
On Thu, Feb 13, 2003 at 05:58:04PM -0500, Tom Lane wrote:
> > 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.
I was just thinking about architectures that might have size_t larger
than 32 bit. Anyway, since lo_read() returns int, this is indeed
unimportant and your fix is just better.
Bye,
Oleg
From | Date | Subject | |
---|---|---|---|
Next Message | Ian | 2003-02-14 09:34:22 | Acconuting Packages that use Postgres |
Previous Message | Bruce Momjian | 2003-02-14 02:43:36 | Re: Docs for service file |