We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161a3e8 commit 84409edCopy full SHA for 84409ed
src/backend/storage/lmgr/generate-lwlocknames.pl
@@ -10,7 +10,6 @@
10
my $output_path = '.';
11
12
my $lastlockidx = -1;
13
-my $continue = "\n";
14
15
GetOptions('outdir:s' => \$output_path);
16
@@ -102,10 +101,8 @@
102
101
while ($lastlockidx < $lockidx - 1)
103
{
104
++$lastlockidx;
105
- $continue = ",\n";
106
}
107
$lastlockidx = $lockidx;
108
109
110
# Add a "Lock" suffix to each lock name, as the C code depends on that
111
printf $h "#define %-32s (&MainLWLockArray[$lockidx].lock)\n",
0 commit comments