mirror of
https://github.com/postgres/postgres.git
synced 2025-10-28 11:55:03 +03:00
Post-PG 10 beta1 pgperltidy run
This commit is contained in:
@@ -149,7 +149,8 @@ while (my ($kcat, $kcat_id) = each(%keyword_categories))
|
||||
|
||||
# Now read in kwlist.h
|
||||
|
||||
open(my $kwlist, '<', $kwlist_filename) || die("Could not open : $kwlist_filename");
|
||||
open(my $kwlist, '<', $kwlist_filename)
|
||||
|| die("Could not open : $kwlist_filename");
|
||||
|
||||
my $prevkwstring = '';
|
||||
my $bare_kwname;
|
||||
|
||||
Reference in New Issue
Block a user