Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e196961

Browse files
committed
support bigint sequences in alter_sequences()
1 parent 6425d69 commit e196961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multimaster--1.0.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ DECLARE
9191
seq_tuple record;
9292
node_id int;
9393
max_nodes int;
94-
new_start int;
94+
new_start bigint;
9595
altered boolean := false;
9696
BEGIN
9797
select current_setting('multimaster.max_nodes') into max_nodes;

0 commit comments

Comments
 (0)