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

Commit6afc8ae

Browse files
committed
Remove obsolete comment.
Noted while studying subplan hash issue.
1 parent80d76be commit6afc8ae

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

‎src/backend/executor/execGrouping.c

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
* execGrouping.c
44
* executor utility routines for grouping, hashing, and aggregation
55
*
6-
* Note: we currently assume that equality and hashing functions are not
7-
* collation-sensitive, so the code in this file has no support for passing
8-
* collation settings through from callers. That may have to change someday.
9-
*
106
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
117
* Portions Copyright (c) 1994, Regents of the University of California
128
*
@@ -28,8 +24,9 @@
2824
staticintTupleHashTableMatch(structtuplehash_hash*tb,constMinimalTupletuple1,constMinimalTupletuple2);
2925
staticuint32TupleHashTableHash_internal(structtuplehash_hash*tb,
3026
constMinimalTupletuple);
31-
staticTupleHashEntryLookupTupleHashEntry_internal(
32-
TupleHashTablehashtable,TupleTableSlot*slot,bool*isnew,uint32hash);
27+
staticTupleHashEntryLookupTupleHashEntry_internal(TupleHashTablehashtable,
28+
TupleTableSlot*slot,
29+
bool*isnew,uint32hash);
3330

3431
/*
3532
* Define parameters for tuple hash table code generation. The interface is

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp