mirror of
https://github.com/postgres/postgres.git
synced 2025-08-21 10:42:50 +03:00
Move tar function headers to pgtar.h
This makes it possible to include them only where they are used, so we can avoid the conflict of the uid_t and gid_t datatypes that happened in plperl (since plperl doesn't need the tar functions)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "c.h"
|
||||
#include "pgtar.h"
|
||||
#include <sys/stat.h>
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user