be-gssapi-common.h should be located in src/include/libpq/
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Cc: Stephen Frost <sfrost@snowman.net>, Alvaro Herrera <alvherre@2ndquadrant.com>
Date: 2019-06-07T04:34:15Z
Lists: pgsql-hackers
Attachments
- 0001-Move-be-gssapi-common.h-into-src-include-libpq.patch (text/x-diff) patch 0001
Hi all, As mentioned on another thread about test coverage, I have noticed that be-gssapi-common.h is not placed at the correct location, even its its identication path at the top points to where the file should be: https://www.postgresql.org/message-id/20190604014630.GH1529@paquier.xyz The file has been introduced at its current location as of b0b39f72. Any objections to something like the attached? Thanks, -- Michael
Commits
-
Switch position of some declarations in libpq.h
- cf4263cc6c3a 12.0 landed
-
Move be-gssapi-common.h into src/include/libpq/
- 35b2d4bc0eb5 12.0 landed