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

Commit7d9504d

Browse files
committed
Pg_varaiable removal cleanup found from regression.
1 parent783fbda commit7d9504d

File tree

3 files changed

+3
-55
lines changed

3 files changed

+3
-55
lines changed

‎src/backend/catalog/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Makefile for catalog
44
#
5-
# $Header: /cvsroot/pgsql/src/backend/catalog/Makefile,v 1.33 2001/05/1420:30:19 momjian Exp $
5+
# $Header: /cvsroot/pgsql/src/backend/catalog/Makefile,v 1.34 2001/05/1421:58:10 momjian Exp $
66
#
77
#-------------------------------------------------------------------------
88

@@ -23,7 +23,7 @@ SUBSYS.o: $(OBJS)
2323

2424

2525
GLOBAL_BKI_SRCS :=$(addprefix$(top_srcdir)/src/include/catalog/,\
26-
pg_database.hpg_variable.hpg_shadow.h pg_group.h pg_log.h \
26+
pg_database.h pg_shadow.h pg_group.h pg_log.h \
2727
)
2828

2929
TEMPLATE1_BKI_SRCS :=$(addprefix$(top_srcdir)/src/include/catalog/,\

‎src/include/catalog/pg_attribute.h

Lines changed: 1 addition & 12 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_attribute.h,v 1.71 2001/05/07 00:43:24 tgl Exp $
11+
* $Id: pg_attribute.h,v 1.72 2001/05/14 21:58:10 momjian Exp $
1212
*
1313
* NOTES
1414
* the genbki.sh script reads this file and generates .bki
@@ -527,17 +527,6 @@ DATA(insert OID = 0 ( 1219 xmax28 0 4 -5 0 -1 -1 t p f i f f));
527527
DATA(insertOID=0 (1219cmax2904-60-1-1tpfiff));
528528
DATA(insertOID=0 (1219tableoid2604-70-1-1tpfiff));
529529

530-
/* ----------------
531-
*pg_variable - this relation is modified by special purpose access
532-
* method code.The following is garbage but is needed
533-
* so that the reldesc code works properly.
534-
* ----------------
535-
*/
536-
#defineSchema_pg_variable \
537-
{ 1264, {"varfoo"}, 26, 0, 4, 1, 0, -1, -1, true, 'p', false, 'i', false, false }
538-
539-
DATA(insertOID=0 (1264varfoo260410-1-1tpfiff));
540-
541530
/* ----------------
542531
*pg_log - this relation is modified by special purpose access
543532
* method code.The following is garbage but is needed

‎src/include/catalog/pg_variable.h

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp