Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
6c183005
Commit
6c183005
authored
May 17, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark column as not used.
parent
b350b521
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
src/include/catalog/pg_index.h
src/include/catalog/pg_index.h
+3
-6
src/interfaces/jdbc/Makefile
src/interfaces/jdbc/Makefile
+2
-1
No files found.
src/include/catalog/pg_index.h
View file @
6c183005
...
...
@@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: pg_index.h,v 1.
19 2001/05/15 03:49:35
momjian Exp $
* $Id: pg_index.h,v 1.
20 2001/05/17 00:29:52
momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
...
...
@@ -48,13 +48,10 @@ CATALOG(pg_index)
* index */
int2vector
indkey
;
oidvector
indclass
;
bool
indisclustered
;
/* this is unused, but is referenced by
* the ODBC driver. Remove it someday.
* bjm 2001-05-14
*/
bool
indisclustered
;
/* unused */
bool
indislossy
;
/* do we fetch false tuples (lossy
* compression)? */
bool
indhaskeytype
;
/*
does key type != attribute type?
*/
bool
indhaskeytype
;
/*
not used, originally added by GIST
*/
bool
indisunique
;
/* is this a unique index? */
bool
indisprimary
;
/* is this index for primary key */
Oid
indreference
;
/* oid of index of referenced relation (ie
...
...
src/interfaces/jdbc/Makefile
View file @
6c183005
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/Makefile,v 1.2
8 2001/03/11 11:07:00 petere
Exp $
# $Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/Makefile,v 1.2
9 2001/05/17 00:29:52 momjian
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -37,3 +37,4 @@ uninstall:
clean distclean maintainer-clean
:
$(ANT)
-buildfile
$(top_srcdir)
/build.xml clean
rm
-f
org/postgresql/Driver.java
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment