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

Commit8cc2eb6

Browse files
committed
Fixed errors in create statement.
1 parentbbc0d47 commit8cc2eb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/test/regress/create.source

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ CREATE FUNCTION reverse_c16(char16)
314314
--
315315
-- FUNCTION DYNAMIC LOADING
316316
--
317-
LOAD '_OBJWD_/regress_DLSUFFIX_'
317+
LOAD '_OBJWD_/regress_DLSUFFIX_';
318318

319319
--
320320
-- CLASS POPULATION
@@ -385,7 +385,7 @@ INSERT INTO shighway
385385
WHERE name ~ 'State Hwy.*';
386386

387387
UPDATE shighway
388-
SET surface = 'asphalt'
388+
SET surface = 'asphalt';
389389

390390
INSERT INTO a_star (class, a) VALUES ('a', 1);
391391

@@ -425,7 +425,7 @@ INSERT INTO d_star (class, b, c, d)
425425
VALUES ('d', 'crumble'::text, 'hi boris'::char16, '100.001'::float8);
426426

427427
INSERT INTO d_star (class, a, b)
428-
VALUES ('d', 11, 'fumble'::text)
428+
VALUES ('d', 11, 'fumble'::text);
429429

430430
INSERT INTO d_star (class, a, c)
431431
VALUES ('d', 12, 'hi avi'::char16);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp