mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Move username lookup functions from /port to /common
Per suggestion from Peter E and Alvaro
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
#ifndef COMMON_H
|
||||
#define COMMON_H
|
||||
|
||||
#include "common/username.h"
|
||||
#include "libpq-fe.h"
|
||||
#include "getopt_long.h" /* pgrminclude ignore */
|
||||
#include "pqexpbuffer.h" /* pgrminclude ignore */
|
||||
|
Reference in New Issue
Block a user