From: Bruce Momjian Date: Fri, 13 Dec 2002 05:50:18 +0000 (+0000) Subject: This patch fixes minor bugs in dictionary generator in contrib/tsearch X-Git-Tag: REL7_4_BETA1~1371 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8358302ded4a34a0140e88284a34c0585c27a36f;p=thirdparty%2Fpostgresql.git This patch fixes minor bugs in dictionary generator in contrib/tsearch (contrib/tsearch/makedict/makedict.pl) [ Backpatched to 7.3.] Teodor Sigaev --- diff --git a/contrib/tsearch/makedict/makedict.pl b/contrib/tsearch/makedict/makedict.pl index 65c8af3bd2b..34e77cb95b2 100755 --- a/contrib/tsearch/makedict/makedict.pl +++ b/contrib/tsearch/makedict/makedict.pl @@ -4,7 +4,7 @@ use Getopt::Std; use locale; my %opt; -getopts('l:he:s:ap:om:f', \%opt); +getopts('l:he:s:ap:o:m:f', \%opt); if ( $opt{h} || ! ($opt{e}||$opt{s}) || !$opt{l} ) { print< + typedef struct { uint8 val; uint8 flag;