Project

General

Profile

« Previous | Next » 

Revision 12297

fix: schemas/util.sql: remake_diff_table(): util.diff() call: include explicit types on arguments to ensure that the correct diff() variant is used

View differences:

trunk/schemas/util.sql
2148 2148

  
2149 2149
SELECT util.rematerialize_query($1, $$
2150 2150
SELECT * FROM util.diff(
2151
  $$||quote_nullable($2)||$$
2152
, $$||quote_nullable($3)||$$
2151
  $$||quote_nullable($2)||$$::regclass
2152
, $$||quote_nullable($3)||$$::regclass
2153 2153
, NULL::$$||$4||$$)
2154 2154
$$);
2155 2155
$_$;

Also available in: Unified diff