Skip to content

Commit

Permalink
Update appendonlywriter.c: fix choose_segno_internal comment
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke authored Jun 13, 2024
1 parent 482967c commit a7e9da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/access/appendonly/appendonlywriter.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,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

0 comments on commit a7e9da0

Please sign in to comment.