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

Commit879d1be

Browse files
author
Thomas G. Lockhart
committed
Declare hashint8().
1 parentb2b3d5d commit879d1be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/include/access/hash.h

Lines changed: 3 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: hash.h,v 1.21 1999/02/1323:20:52 momjian Exp $
9+
* $Id: hash.h,v 1.22 1999/04/15 02:23:37 thomas Exp $
1010
*
1111
* NOTES
1212
*modeled after Margo Seltzer's hash implementation for unix.
@@ -21,6 +21,7 @@
2121
#include<storage/bufpage.h>
2222
#include<access/relscan.h>
2323
#include<access/itup.h>
24+
#include<utils/int8.h>
2425

2526
/*
2627
* An overflow page is a spare page allocated for storing data whose
@@ -264,6 +265,7 @@ extern void hashdelete(Relation rel, ItemPointer tid);
264265
/* hashfunc.c */
265266
externuint32hashint2(int16key);
266267
externuint32hashint4(uint32key);
268+
externuint32hashint8(int64*key);
267269
externuint32hashfloat4(float32keyp);
268270
externuint32hashfloat8(float64keyp);
269271
externuint32hashoid(Oidkey);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp