postgresql/contrib/ltree
Tom Lane 0245f8db36 Pre-beta mechanical code beautification.
Run pgindent, pgperltidy, and reformat-dat-files.

This set of diffs is a bit larger than typical.  We've updated to
pg_bsd_indent 2.1.2, which properly indents variable declarations that
have multi-line initialization expressions (the continuation lines are
now indented one tab stop).  We've also updated to perltidy version
20230309 and changed some of its settings, which reduces its desire to
add whitespace to lines to make assignments etc. line up.  Going
forward, that should make for fewer random-seeming changes to existing
code.

Discussion: https://postgr.es/m/20230428092545.qfb3y5wcu4cm75ur@alvherre.pgsql
2023-05-19 17:24:48 -04:00
..
data
expected Validate ltree siglen GiST option to be int-aligned 2023-04-23 14:30:09 +03:00
sql Validate ltree siglen GiST option to be int-aligned 2023-04-23 14:30:09 +03:00
_ltree_gist.c Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
_ltree_op.c Split up guc.c for better build speed and ease of maintenance. 2022-09-13 11:11:45 -04:00
.gitignore
crc32.c Adjust MSVC build scripts to parse Makefiles for defines 2021-07-29 12:01:23 +12:00
crc32.h
lquery_op.c Remove useless character-length checks in contrib/ltree. 2022-10-06 11:18:32 -04:00
ltree_gist.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
ltree_io.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
ltree_op.c Clean up more code using "(expr) ? true : false" 2021-10-11 09:36:42 +09:00
ltree--1.0--1.1.sql Make contrib modules' installation scripts more secure. 2020-08-10 10:44:42 -04:00
ltree--1.1--1.2.sql
ltree--1.1.sql
ltree.control
ltree.h Allow hyphens in ltree labels 2023-01-06 16:05:46 -05:00
ltreetest.sql
ltxtquery_io.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
ltxtquery_op.c
Makefile Adjust MSVC build scripts to parse Makefiles for defines 2021-07-29 12:01:23 +12:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00