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

Commit987027b

Browse files
committed
Remove an obsolete comment in gistinsert()
This is inconsistent since1f7ef54 where the definition ofgistFormTuple() has changed.Author: Tender WangReviewed-by: Aleksander AlekseevDiscussion:https://postgr.es/m/CAHewXNkjU95_HdioDVU=5yBq_Xt=GfBv=Od-0oKtiA006pWW7Q@mail.gmail.com
1 parent7054186 commit987027b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/backend/access/gist/gist.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,7 @@ gistinsert(Relation r, Datum *values, bool *isnull,
179179

180180
oldCxt=MemoryContextSwitchTo(giststate->tempCxt);
181181

182-
itup=gistFormTuple(giststate,r,
183-
values,isnull, true/* size is currently bogus */ );
182+
itup=gistFormTuple(giststate,r,values,isnull, true);
184183
itup->t_tid=*ht_ctid;
185184

186185
gistdoinsert(r,itup,0,giststate,heapRel, false);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp