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

Commit94226d4

Browse files
author
Amit Kapila
committed
Fix compilation error introduced by commit8e1fae1.
Author: Masahiko SawadaDiscussion:https://postgr.es/m/E1n0HSK-00048l-RE@gemulon.postgresql.org
1 parent8e1fae1 commit94226d4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎src/backend/commands/vacuumparallel.c

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,10 @@ typedef struct PVIndStats
137137
IndexBulkDeleteResultistat;
138138
}PVIndStats;
139139

140-
/* Struct for maintaining a parallel vacuum state. */
141-
typedefstructParallelVacuumState
140+
/*
141+
* Struct for maintaining a parallel vacuum state. typedef appears in vacuum.h.
142+
*/
143+
structParallelVacuumState
142144
{
143145
/* NULL for worker processes */
144146
ParallelContext*pcxt;
@@ -195,7 +197,7 @@ typedef struct ParallelVacuumState
195197
char*relname;
196198
char*indname;
197199
PVIndVacStatusstatus;
198-
}ParallelVacuumState;
200+
};
199201

200202
staticintparallel_vacuum_compute_workers(Relation*indrels,intnindexes,intnrequested,
201203
bool*will_parallel_vacuum);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp