1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

Rename ecpg's various "extern.h" files to have distinct names.

This should reduce confusion, and in particular make it safe to
copy typename.c into preproc/ and compile it there.

This doesn't affect anything outside ecpg, and particularly not
end users, because these files don't get installed; they just
exist to share declarations among the .c files of each subdirectory.

Discussion: https://postgr.es/m/31364.1543511708@sss.pgh.pa.us
This commit is contained in:
Tom Lane
2018-12-01 16:34:00 -05:00
parent 2d34ad8430
commit 3295f82022
30 changed files with 36 additions and 37 deletions

View File

@ -18,7 +18,7 @@
#include "postgres_fe.h"
#include "extern.h"
#include "preproc_extern.h"
#include "preproc.h"