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

Commit7361612

Browse files
committed
Fix some spurious new compiler warnings in MSVC.
Per buildfarm animal bowerbird.Discussion:https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=bowerbird&dt=2018-11-17%2002%3A30%3A20
1 parent4da597e commit7361612

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/backend/executor/execTuples.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ static Datum
132132
tts_virtual_getsysattr(TupleTableSlot*slot,intattnum,bool*isnull)
133133
{
134134
elog(ERROR,"virtual tuple table slot does not have system atttributes");
135+
136+
return0;/* silence compiler warnings */
135137
}
136138

137139
/*
@@ -488,6 +490,8 @@ static Datum
488490
tts_minimal_getsysattr(TupleTableSlot*slot,intattnum,bool*isnull)
489491
{
490492
elog(ERROR,"minimal tuple table slot does not have system atttributes");
493+
494+
return0;/* silence compiler warnings */
491495
}
492496

493497
staticvoid

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp