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

Commit92a162c

Browse files
committed
Okay, attached is a patch that moves the alter table regression test
into a separate parallel group. I can't confirm that this fixes theproblem for me (since it only occurs about one in ten or one in twentyruns), but I think it's a good bet that it does...Neil Conway
1 parente82bcba commit92a162c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/test/regress/parallel_schedule

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ test: misc
6868
# ----------
6969
# The fifth group of parallel test
7070
# ----------
71-
test: select_viewsalter_tableportals_p2 rules foreign_key cluster
71+
test: select_views portals_p2 rules foreign_key cluster
7272

7373
# ----------
7474
# The sixth group of parallel test
7575
# ----------
7676
# "plpgsql" cannot run concurrently with "rules"
77-
test: limit plpgsql copy2 temp domain rangefuncs prepare without_oid conversion truncate
77+
test: limit plpgsql copy2 temp domain rangefuncs prepare without_oid conversion truncate alter_table

‎src/test/regress/serial_schedule

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.17 2002/08/27 04:55:12 tgl Exp $
1+
# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.18 2002/09/02 05:55:43 momjian Exp $
22
# This should probably be in an order similar to parallel_schedule.
33
test: boolean
44
test: char
@@ -75,7 +75,6 @@ test: hash_index
7575
test: privileges
7676
test: misc
7777
test: select_views
78-
test: alter_table
7978
test: portals_p2
8079
test: rules
8180
test: foreign_key
@@ -90,3 +89,4 @@ test: prepare
9089
test: without_oid
9190
test: conversion
9291
test: truncate
92+
test: alter_table

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp