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

Commitf31111b

Browse files
committed
Drop test user when done with it.
Commitd7f8d26 added a test case that created a user, but forgotto drop it again. This is no good; for one thing, it causes repeated"make installcheck" runs to fail.
1 parent12e037e commitf31111b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎src/test/regress/expected/stats_ext.out

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,3 +756,4 @@ DROP FUNCTION op_leak(int, int);
756756
RESET SESSION AUTHORIZATION;
757757
DROP VIEW priv_test_view;
758758
DROP TABLE priv_test_tbl;
759+
DROP USER regress_stats_user1;

‎src/test/regress/sql/stats_ext.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,3 +506,4 @@ DROP FUNCTION op_leak(int, int);
506506
RESET SESSION AUTHORIZATION;
507507
DROPVIEW priv_test_view;
508508
DROPTABLE priv_test_tbl;
509+
DROPUSER regress_stats_user1;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp