1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Move username lookup functions from /port to /common

Per suggestion from Peter E and Alvaro
This commit is contained in:
Bruce Momjian
2014-01-10 18:03:28 -05:00
parent 423e1211a8
commit 111022eac6
11 changed files with 26 additions and 9 deletions

View File

@ -23,6 +23,7 @@
#endif
#include "common.h"
#include "common/username.h"
#include "help.h"
#include "input.h"
#include "settings.h"