mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Move be-gssapi-common.h into src/include/libpq/
The file has been introduced in src/backend/libpq/ as of b0b39f72
, but
all backend-side headers of libpq are located in src/include/libpq/.
Note that the identification path on top of the file referred to
src/include/libpq/ from the start.
Author: Michael Paquier
Reviewed-by: Stephen Frost
Discussion: https://postgr.es/m/20190607043415.GE1736@paquier.xyz
This commit is contained in:
@ -16,8 +16,8 @@
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#include "be-gssapi-common.h"
|
||||
#include "libpq/auth.h"
|
||||
#include "libpq/be-gssapi-common.h"
|
||||
#include "libpq/libpq.h"
|
||||
#include "libpq/libpq-be.h"
|
||||
#include "libpq/pqformat.h"
|
||||
|
Reference in New Issue
Block a user