refactor: COMMITs added to release locks immediately. UTC usage. Testing env for test branch.
This commit is contained in:
16
postgresql/sql-scripts-74/option-patches/Makefile.am
Normal file
16
postgresql/sql-scripts-74/option-patches/Makefile.am
Normal file
@@ -0,0 +1,16 @@
|
||||
PATCHES = \
|
||||
history_upgrade_prepare.sql
|
||||
|
||||
if DBSCHEMA
|
||||
all: $(PATCHES)
|
||||
|
||||
history_upgrade_prepare.sql: $(top_srcdir)/create/bin/gen_history_upgrade.pl
|
||||
$(top_srcdir)/create/bin/gen_history_upgrade.pl postgresql > $@
|
||||
|
||||
clean:
|
||||
rm -f history_upgrade_prepare.sql
|
||||
endif
|
||||
|
||||
EXTRA_DIST = $(PATCHES)
|
||||
|
||||
.PHONY: all clean
|
||||
Reference in New Issue
Block a user