Add comments
parent
6ef992d9f0
commit
186abf277e
4
Makefile
4
Makefile
|
@ -31,10 +31,12 @@ include $(top_builddir)/src/Makefile.global
|
||||||
include $(top_srcdir)/contrib/contrib-global.mk
|
include $(top_srcdir)/contrib/contrib-global.mk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Fetches typedefs list for PostgreSQL core and merges it with typedefs defined in this project.
|
||||||
|
# https://wiki.postgresql.org/wiki/Running_pgindent_on_non-core_code_or_development_code
|
||||||
update-typedefs:
|
update-typedefs:
|
||||||
wget -q -O - "https://buildfarm.postgresql.org/cgi-bin/typedefs.pl?branch=REL_16_STABLE" | cat - typedefs.list | sort | uniq > typedefs-full.list
|
wget -q -O - "https://buildfarm.postgresql.org/cgi-bin/typedefs.pl?branch=REL_16_STABLE" | cat - typedefs.list | sort | uniq > typedefs-full.list
|
||||||
|
|
||||||
|
# Indents projects sources.
|
||||||
indent:
|
indent:
|
||||||
pgindent --typedefs=typedefs-full.list .
|
pgindent --typedefs=typedefs-full.list .
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue