Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/backend/access/appendonly/appendonlywriter.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ choose_segno_internal(Relation rel, List *avoid_segnos, choose_segno_mode mode)
{
Assert(avoid_segnos == NIL);
if (Debug_appendonly_print_segfile_choice)
elog(LOG, "choose_segno_internal: chose RESERVED_SEGNO for wrie");
elog(LOG, "choose_segno_internal: chose RESERVED_SEGNO for write");

LockSegnoForWrite(rel, RESERVED_SEGNO);
return RESERVED_SEGNO;
Expand Down