Bug 338 - Have ddlScript return a bigint since the action_seq is a bigint
authorSteve Singer <ssinger@ca.afilias.info>
Tue, 8 Apr 2014 01:52:19 +0000 (21:52 -0400)
committerSteve Singer <ssinger@ca.afilias.info>
Thu, 17 Apr 2014 13:55:06 +0000 (09:55 -0400)
src/backend/slony1_funcs.sql

index 9e6ebf67e70bb00120619049fb5357332d8a8852..b1947e34a8d929843b43422fc36f1a1a736b9d6c 100644 (file)
@@ -3615,7 +3615,7 @@ Set sequence seq_id to have new value last_value.
 --     Capture DDL into sl_log_script
 -- ----------------------------------------------------------------------
 create or replace function @NAMESPACE@.ddlCapture (p_statement text, p_nodes text)
-returns integer
+returns bigint
 as $$
 declare
        c_local_node    integer;