projects
/
slony1-engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45017ef
)
Bug 338 - Have ddlScript return a bigint since the action_seq is a bigint
author
Steve Singer
<ssinger@ca.afilias.info>
Tue, 8 Apr 2014 01:52:19 +0000
(21:52 -0400)
committer
Steve Singer
<ssinger@ca.afilias.info>
Thu, 17 Apr 2014 13:55:06 +0000
(09:55 -0400)
src/backend/slony1_funcs.sql
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/slony1_funcs.sql
b/src/backend/slony1_funcs.sql
index 9e6ebf67e70bb00120619049fb5357332d8a8852..b1947e34a8d929843b43422fc36f1a1a736b9d6c 100644
(file)
--- a/
src/backend/slony1_funcs.sql
+++ b/
src/backend/slony1_funcs.sql
@@
-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;