Re: src / test / regress / sql / triggers.sql first 10 lines.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: alias <postgres(dot)rocks(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: src / test / regress / sql / triggers.sql first 10 lines.
Date: 2022-04-28 13:55:08
Message-ID: 574690.1651154108@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

alias <postgres(dot)rocks(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-04-28 14:00:53 Re: json_query - redundant result
Previous Message Andrew Dunstan 2022-04-28 13:49:15 Re: json_query - redundant result