Skip to content

Commit bc7eb70

Browse files
committed
support bigint sequences in alter_sequences()
1 parent eaa44ea commit bc7eb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mmts/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)