Skip to content

Commit f3873ff

Browse files
committed
pg_reorg version 1.1.0.
- Add wait-timeout option and use SET statement_timeout instead of NOWAIT. This can avoid infinite NOWAIT loops to reorganize heavily accessed tables. - Support native build with MSVC on Windows.
1 parent 8392b94 commit f3873ff

19 files changed

+2217
-1206
lines changed

bin/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Copyright (c) 2008-2010, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
55
#
6-
SRCS = pg_reorg.c pgut/pgut.c
6+
SRCS = pg_reorg.c pgut/pgut.c pgut/pgut-fe.c
77
OBJS = $(SRCS:.c=.o)
88
PROGRAM = pg_reorg
99
REGRESS = init reorg

0 commit comments

Comments
 (0)