pgsql: Remove extraneous PGDLLIMPORT

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove extraneous PGDLLIMPORT
Date: 2026-03-30 07:40:06
Message-ID: E1w77ED-0027Nd-26@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove extraneous PGDLLIMPORT

Oversight from commit 3c6e8c123896. Should be harmless, so no
backpatch.

Reported-by: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
Discussion: https://postgr.es/m/CAN4CZFM8jmh4+1rUR2c++JWK9sV85T8_mqmwHMvM0YWkTm4_dQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ec5981c3816e46a5d38d2834e406257bb5563429

Modified Files
--------------
src/include/port/pg_crc32c.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2026-03-30 08:11:53 pgsql: Make cast functions to type money error safe
Previous Message Anton A. Melnikov 2026-03-30 07:33:12 Re: pgsql: Move gramparse.h to src/backend/parser