Re: trivial patch for pg_dump blob problem - Mailing list pgsql-patches

From Tom Lane
Subject Re: trivial patch for pg_dump blob problem
Date
Msg-id 1582.1045177084@sss.pgh.pa.us
Whole thread Raw
In response to trivial patch for pg_dump blob problem  (Oleg Drokin <green@linuxhacker.ru>)
Responses Re: trivial patch for pg_dump blob problem  (Oleg Drokin <green@linuxhacker.ru>)
List pgsql-patches
Oleg Drokin <green@linuxhacker.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

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: Cosmetic change in catalog/index.c
Next
From: Tom Lane
Date:
Subject: Re: Cosmetic change in catalog/index.c