workaround for toast tables. The bug is reported by Kenny Gorman.

This commit is contained in:
Takahiro Itagaki
2009-01-21 08:09:22 +00:00
parent 29469f40f9
commit 24a03c01a5
8 changed files with 552 additions and 126 deletions

View File

@ -5,11 +5,11 @@
#
.PHONY: all install clean
all:
all:
make -C bin
make -C lib
install:
install:
make -C bin install
make -C lib install
@ -24,3 +24,6 @@ debug:
uninstall:
make -C bin uninstall
make -C lib uninstall
installcheck:
make -C bin installcheck