CVSROOT: /cvsrootModule name: pgsql-serverChanges by: tgl@postgresql.org 02/09/23 14:03:32
Modified files: contrib/dblink : dblink.c dblink.sql.in
Log message: Tweak dblink functions to use int4 arguments instead of int2, to avoid having to write explicit casts. From Joe Conway.