pgsql: Fix unusual include style

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix unusual include style
Date: 2024-10-17 06:15:53
Message-ID: E1t1Jne-001C5n-E1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix unusual include style

Project-internal header files should be included using " ", not < >.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/342fb8a332007fb64fb1450e28194c36e9da3d6b

Modified Files
--------------
src/test/modules/test_rls_hooks/test_rls_hooks.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-10-17 06:28:27 pgsql: jsonapi: fully initialize dummy lexer
Previous Message David Rowley 2024-10-17 01:25:25 pgsql: Don't store intermediate hash values in ExprState->resvalue