]> andersk Git - moira.git/commitdiff
Yet another special case for dealing with the gdss signatures.
authordanw <danw>
Thu, 6 Feb 1997 08:13:17 +0000 (08:13 +0000)
committerdanw <danw>
Thu, 6 Feb 1997 08:13:17 +0000 (08:13 +0000)
(Don't blank-pad them, but don't strip blanks that are supposed to
be there either.)

backup/db2bkup.awk

index 7a19fab1d97ed650bb632e7dfd9b7a7e92f3b6ee..6efbd9e5df13c5214543305da88141c52a7eb2a3 100644 (file)
@@ -47,6 +47,7 @@ NF>=2 {
                printf "\tchar\tt_%s[%d];\n", vname[count], temp2[1]+1;
                if ($1 == "signature") {
                        vtype[count]="bin";
+                       printf "\tEXEC SQL VAR t_signature IS STRING(%d);\n", temp2[1]+1;
                } else {
                        vtype[count]="str";
                }
This page took 0.04732 seconds and 5 git commands to generate.