Skip to content

Commit ee28d8b

Browse files
committed
plpgsql regress tests seem a tad out of date ... repair bit rot.
1 parent e91932e commit ee28d8b

File tree

7 files changed

+557
-571
lines changed

7 files changed

+557
-571
lines changed
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
1-
QUERY: create table Room (
1+
create table Room (
22
roomno char(8),
33
comment text
44
);
5-
QUERY: create unique index Room_rno on Room using btree (roomno bpchar_ops);
6-
QUERY: create table WSlot (
5+
create unique index Room_rno on Room using btree (roomno bpchar_ops);
6+
create table WSlot (
77
slotname char(20),
88
roomno char(8),
99
slotlink char(20),
1010
backlink char(20)
1111
);
12-
QUERY: create unique index WSlot_name on WSlot using btree (slotname bpchar_ops);
13-
QUERY: create table PField (
12+
create unique index WSlot_name on WSlot using btree (slotname bpchar_ops);
13+
create table PField (
1414
name text,
1515
comment text
1616
);
17-
QUERY: create unique index PField_name on PField using btree (name text_ops);
18-
QUERY: create table PSlot (
17+
create unique index PField_name on PField using btree (name text_ops);
18+
create table PSlot (
1919
slotname char(20),
2020
pfname text,
2121
slotlink char(20),
2222
backlink char(20)
2323
);
24-
QUERY: create unique index PSlot_name on PSlot using btree (slotname bpchar_ops);
25-
QUERY: create table PLine (
24+
create unique index PSlot_name on PSlot using btree (slotname bpchar_ops);
25+
create table PLine (
2626
slotname char(20),
2727
phonenumber char(20),
2828
comment text,
2929
backlink char(20)
3030
);
31-
QUERY: create unique index PLine_name on PLine using btree (slotname bpchar_ops);
32-
QUERY: create table Hub (
31+
create unique index PLine_name on PLine using btree (slotname bpchar_ops);
32+
create table Hub (
3333
name char(14),
3434
comment text,
3535
nslots integer
3636
);
37-
QUERY: create unique index Hub_name on Hub using btree (name bpchar_ops);
38-
QUERY: create table HSlot (
37+
create unique index Hub_name on Hub using btree (name bpchar_ops);
38+
create table HSlot (
3939
slotname char(20),
4040
hubname char(14),
4141
slotno integer,
4242
slotlink char(20)
4343
);
44-
QUERY: create unique index HSlot_name on HSlot using btree (slotname bpchar_ops);
45-
QUERY: create index HSlot_hubname on HSlot using btree (hubname bpchar_ops);
46-
QUERY: create table System (
44+
create unique index HSlot_name on HSlot using btree (slotname bpchar_ops);
45+
create index HSlot_hubname on HSlot using btree (hubname bpchar_ops);
46+
create table System (
4747
name text,
4848
comment text
4949
);
50-
QUERY: create unique index System_name on System using btree (name text_ops);
51-
QUERY: create table IFace (
50+
create unique index System_name on System using btree (name text_ops);
51+
create table IFace (
5252
slotname char(20),
5353
sysname text,
5454
ifname text,
5555
slotlink char(20)
5656
);
57-
QUERY: create unique index IFace_name on IFace using btree (slotname bpchar_ops);
58-
QUERY: create table PHone (
57+
create unique index IFace_name on IFace using btree (slotname bpchar_ops);
58+
create table PHone (
5959
slotname char(20),
6060
comment text,
6161
slotlink char(20)
6262
);
63-
QUERY: create unique index PHone_name on PHone using btree (slotname bpchar_ops);
63+
create unique index PHone_name on PHone using btree (slotname bpchar_ops);

src/pl/plpgsql/test/expected/test.out

Lines changed: 441 additions & 441 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy