Skip to content

Commit 6e14fbb

Browse files
committed
Add PostgreSQL 13 support. Fix
1 parent 63463a1 commit 6e14fbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎testgres/node.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
MAX_REPLICATION_SLOTS, \
4141
MAX_WORKER_PROCESSES, \
4242
MAX_WAL_SENDERS, \
43-
WAL_KEEP_SEGMENTS
43+
WAL_KEEP_SEGMENTS, \
44+
WAL_KEEP_SIZE
4445

4546
from .decorators import \
4647
method_decorator, \

0 commit comments

Comments
 (0)