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

Commit6c18300

Browse files
committed
Mark column as not used.
1 parentb350b52 commit6c18300

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

‎src/include/catalog/pg_index.h

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
11-
* $Id: pg_index.h,v 1.19 2001/05/15 03:49:35 momjian Exp $
11+
* $Id: pg_index.h,v 1.20 2001/05/17 00:29:52 momjian Exp $
1212
*
1313
* NOTES
1414
* the genbki.sh script reads this file and generates .bki
@@ -48,13 +48,10 @@ CATALOG(pg_index)
4848
* index */
4949
int2vectorindkey;
5050
oidvectorindclass;
51-
boolindisclustered;/* this is unused, but is referenced by
52-
* the ODBC driver. Remove it someday.
53-
* bjm 2001-05-14
54-
*/
51+
boolindisclustered;/* unused */
5552
boolindislossy;/* do we fetch false tuples (lossy
5653
* compression)? */
57-
boolindhaskeytype;/*does key type != attribute type? */
54+
boolindhaskeytype;/*not used, originally added by GIST */
5855
boolindisunique;/* is this a unique index? */
5956
boolindisprimary;/* is this index for primary key */
6057
Oidindreference;/* oid of index of referenced relation (ie

‎src/interfaces/jdbc/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/Makefile,v 1.28 2001/03/11 11:07:00 petere Exp $
7+
# $Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/Makefile,v 1.29 2001/05/17 00:29:52 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -37,3 +37,4 @@ uninstall:
3737

3838
cleandistcleanmaintainer-clean:
3939
$(ANT) -buildfile$(top_srcdir)/build.xml clean
40+
rm -f org/postgresql/Driver.java

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp