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

Commit0a3cee7

Browse files
committed
Add mention of heap_getattr() compiler warning.
1 parent973a037 commit0a3cee7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎src/include/access/heapam.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: heapam.h,v 1.18 1997/09/12 14:29:04 momjian Exp $
9+
* $Id: heapam.h,v 1.19 1997/09/14 03:59:44 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -93,6 +93,10 @@ typedef HeapAccessStatisticsData *HeapAccessStatistics;
9393
*<tup> is the pointer to the heap tuple. <attnum> is the attribute
9494
*number of the column (field) caller wants.<tupleDesc> is a
9595
*pointer to the structure describing the row and all its fields.
96+
*
97+
*Because this macro is often called with constants, it generates
98+
*compiler warnings about 'left-hand comma expression has no effect.
99+
*
96100
* ---------------- */
97101
#defineheap_getattr(tup,b,attnum,tupleDesc,isnull) \
98102
(AssertMacro((tup) != NULL) ? \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp