Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit50617a9

Browse files
committed
Fix gen_node_support.pl for changed AclMode size
omitted from7b37823, mea culpa.Complaint and fix from Amit Langote.
1 parent7b2ccc5 commit50617a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/nodes/gen_node_support.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -954,15 +954,15 @@ sub elem
954954
}
955955
elsif ($teq'uint32'
956956
||$teq'bits32'
957-
||$teq'AclMode'
958957
||$teq'BlockNumber'
959958
||$teq'Index'
960959
||$teq'SubTransactionId')
961960
{
962961
print$off"\tWRITE_UINT_FIELD($f);\n";
963962
print$rff"\tREAD_UINT_FIELD($f);\n"unless$no_read;
964963
}
965-
elsif ($teq'uint64')
964+
elsif ($teq'uint64'
965+
||$teq'AclMode')
966966
{
967967
print$off"\tWRITE_UINT64_FIELD($f);\n";
968968
print$rff"\tREAD_UINT64_FIELD($f);\n"unless$no_read;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp