Thread: reg_match_c

reg_match_c

From
Saranya Sivakumar
Date:
Hi All,

I enabled postgres to log with the following settings:
log_min_messages = error
log_min_error_statement = error

In one of the daily logs, I saw this message:
!reg_match_c

I searched online to find what it means, but couldn't find any related posts/articles. Is this a critical error? Can someone please throw some light on it?


Thanks,
Saranya




Expecting? Get great news right away with email Auto-Check.
Try the Yahoo! Mail Beta.

Re: reg_match_c

From
Tom Lane
Date:
Saranya Sivakumar <sarlavk@yahoo.com> writes:
> In one of the daily logs, I saw this message:
> !reg_match_c

There is no such error message in the Postgres sources.  Perhaps that's
a segment of a user query?  Or something out of an add-on module you
didn't tell us about?

            regards, tom lane