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
9dcd8c52
Commit
9dcd8c52
authored
Oct 06, 1999
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More more liszt language code, so remove it from pg_language.
parent
c167863f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/include/catalog/pg_language.h
src/include/catalog/pg_language.h
+1
-3
No files found.
src/include/catalog/pg_language.h
View file @
9dcd8c52
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: pg_language.h,v 1.
8 1999/02/13 23:21:1
1 momjian Exp $
* $Id: pg_language.h,v 1.
9 1999/10/06 18:20:3
1 momjian Exp $
*
*
* NOTES
* NOTES
* the genbki.sh script reads this file and generates .bki
* the genbki.sh script reads this file and generates .bki
...
@@ -65,8 +65,6 @@ typedef FormData_pg_language *Form_pg_language;
...
@@ -65,8 +65,6 @@ typedef FormData_pg_language *Form_pg_language;
DATA
(
insert
OID
=
11
(
internal
f
0
0
"n/a"
));
DATA
(
insert
OID
=
11
(
internal
f
0
0
"n/a"
));
DESCR
(
""
);
DESCR
(
""
);
#define INTERNALlanguageId 11
#define INTERNALlanguageId 11
DATA
(
insert
OID
=
12
(
lisp
f
0
0
"/usr/ucb/liszt"
));
DESCR
(
""
);
DATA
(
insert
OID
=
13
(
"C"
f
0
0
"/bin/cc"
));
DATA
(
insert
OID
=
13
(
"C"
f
0
0
"/bin/cc"
));
DESCR
(
""
);
DESCR
(
""
);
#define ClanguageId 13
#define ClanguageId 13
...
...
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