mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
pgindent run prior to branching v12.
pgperltidy and reformat-dat-files too, though the latter didn't find anything to change.
This commit is contained in:
@@ -42,12 +42,12 @@ my $contrib_extrasource = {
|
||||
'seg' => [ 'contrib/seg/segscan.l', 'contrib/seg/segparse.y' ],
|
||||
};
|
||||
my @contrib_excludes = (
|
||||
'commit_ts', 'hstore_plperl',
|
||||
'hstore_plpython', 'intagg',
|
||||
'jsonb_plperl', 'jsonb_plpython',
|
||||
'ltree_plpython', 'pgcrypto',
|
||||
'sepgsql', 'brin',
|
||||
'test_extensions', 'test_pg_dump',
|
||||
'commit_ts', 'hstore_plperl',
|
||||
'hstore_plpython', 'intagg',
|
||||
'jsonb_plperl', 'jsonb_plpython',
|
||||
'ltree_plpython', 'pgcrypto',
|
||||
'sepgsql', 'brin',
|
||||
'test_extensions', 'test_pg_dump',
|
||||
'snapshot_too_old', 'unsafe_tests');
|
||||
|
||||
# Set of variables for frontend modules
|
||||
|
Reference in New Issue
Block a user