summaryrefslogtreecommitdiff
path: root/dist/s_recover
diff options
context:
space:
mode:
Diffstat (limited to 'dist/s_recover')
-rwxr-xr-xdist/s_recover5
1 files changed, 4 insertions, 1 deletions
diff --git a/dist/s_recover b/dist/s_recover
index b0ba3431..db1f83df 100755
--- a/dist/s_recover
+++ b/dist/s_recover
@@ -2,6 +2,9 @@
# $Id$
#
# Build the automatically generated logging/recovery files.
+#
+# When adding a new log record, the log record needs a unique id. Currently
+# there is a large gap of unused ids from 87-137.
header=/tmp/__db_a
loglist=/tmp/__db_b
@@ -46,7 +49,7 @@ for i in $DIR; do
-v header_file=$header \
-v print_file=$print\
-v source_file=$source \
- -v template_file=$template < $f
+ -v template_file=$template $f
f=../src/dbinc_auto/${subsystem}_auto.h
cmp $header $f > /dev/null 2>&1 ||