Re: src / test / regress / sql / triggers.sql first 10 lines. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: src / test / regress / sql / triggers.sql first 10 lines.
Date
Msg-id 574690.1651154108@sss.pgh.pa.us
Whole thread Raw
In response to src / test / regress / sql / triggers.sql first 10 lines.  (alias <postgres.rocks@gmail.com>)
List pgsql-hackers
alias <postgres.rocks@gmail.com> writes:
> Now I  am not sure what the first 10 lines mean.

Those are computing the file pathnames of regress.so and a couple of
other .so files that contain the C functions referred to in the
CREATE commands just below here.  We can't just hard-wire those file
names into the script; they have to be computed at run-time because
everybody's paths will be different.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: json_query - redundant result
Next
From: Tom Lane
Date:
Subject: Re: json_query - redundant result