Re: src/test/modules/test_regex/test_regex.c typo issue - Mailing list pgsql-hackers

From Tom Lane
Subject Re: src/test/modules/test_regex/test_regex.c typo issue
Date
Msg-id 1876415.1675498122@sss.pgh.pa.us
Whole thread Raw
In response to src/test/modules/test_regex/test_regex.c typo issue  (jian he <jian.universality@gmail.com>)
List pgsql-hackers
jian he <jian.universality@gmail.com> writes:
> in src/test/modules/test_regex/test_regex.c
> ...
> I think "expected" should be replaced with "missing".
> the "missing" should be replaced with "expected".

It looks correct to me as-is.  cpattern->re_info is the
data-under-test, flags->info is the presumed-correct
reference data.

            regards, tom lane



pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: src/test/modules/test_regex/test_regex.c typo issue
Next
From: "jacktby@gmail.com"
Date:
Subject: How to implement read operations for my own access method?