Re: Add documentation for PG_ABS_SRCDIR, PG_ABS_BUILDDIR, PG_LIBDIR, PG_DLSUFFIX

From: zhanghu <kongbaik228(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Add documentation for PG_ABS_SRCDIR, PG_ABS_BUILDDIR, PG_LIBDIR, PG_DLSUFFIX
Date: 2026-03-12 01:37:52
Message-ID: CAB5m2QvYNPAtPX+_EAEWLH+boo4WGnZHA3dDtKsuYjYSGF=+cw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Michael Paquier <michael(at)paquier(dot)xyz> 于2026年3月12日周四 05:34写道:

> On Wed, Mar 11, 2026 at 11:10:44AM +0800, zhanghu wrote:
> > The doc changes look good overall. I applied the patch locally and
> rendered
> > the documentation to HTML, the new page also looks good.
> >
> > A few minor nitpicks:
> >
> > + <para>
> > + Name of extension for dynamically-loadable modules (e.g.
> > + <literal>.so</literal> on Linux).
> > + </para>
> >
> > I think we need a "the" before "dynamically-loadable".
>
> Don't think this one's necessary here, actually, as it refers to a
> general concept around modules.
>
> Sounds good.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2026-03-12 01:52:16 Re: A stack allocation API
Previous Message Japin Li 2026-03-12 01:20:09 Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement