Skip to content

Commit 3e9768f

Browse files
committed
Fix update file for 4.2.1 to allow upgrading
1 parent 9c2b2a5 commit 3e9768f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
4.2.1
22
-- Fix bug in partition_data_time causing never-ending loop while calculating partition range for natively partitioned tables. Github issue #273
33

4+
45
4.2.0
56
-- Preliminary compatability with PostgreSQL 12.
67

updates/pg_partman--4.2.0--4.2.1.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- Fix bug causing never-ending loop while calculating partition range for natively partitioned tables. Github issue #273
22

3-
CREATE FUNCTION @[email protected]_data_time(
3+
CREATE OR REPLACE FUNCTION @[email protected]_data_time(
44
p_parent_table text
55
, p_batch_count int DEFAULT 1
66
, p_batch_interval interval DEFAULT NULL

0 commit comments

Comments
 (0)