Change all // comments to /* */ and run pgindent

Fabrízio de Royes Mello
This commit is contained in:
Christoph Berg
2014-08-30 22:18:12 +02:00
parent 81982fa168
commit 17dafd471e
3 changed files with 1580 additions and 1531 deletions

View File

@ -4,12 +4,12 @@ OBJS = pg_filedump.o
DOCS = README.pg_filedump
ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
else
subdir = contrib/pg_filedump
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
subdir = contrib/pg_filedump
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif