Kris Jurka <[EMAIL PROTECTED]> writes:
> The tsvector code is printing a pointer difference as an integer, 
> generating the following warning:
> tsvector.c: In function 'tsvectorin':
> tsvector.c:225: warning: format '%d' expects type 'int', but argument 2 
> has type 'long int'

> I was thinking the %td specifier wasn't well supported enough, so I simply 
> used long.

Applied, thanks (and yes, %ld is what we generally use for this).

                        regards, tom lane

-- 
Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches

Reply via email to