Skip to content

Commit 11f0ca7

Browse files
committed
aio: comment polishing
Author: Reviewed-by: Discussion: https://postgr.es/m/ Backpatch:
1 parent a402ea8 commit 11f0ca7

File tree

1 file changed

+1
-1
lines changed
  • src/backend/storage/smgr

1 file changed

+1
-1
lines changed

src/backend/storage/smgr/md.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1953,7 +1953,7 @@ md_readv_complete(PgAioHandle *ioh, PgAioResult prior_result, uint8 cb_data)
19531953
* might not process the query result immediately (because it is busy
19541954
* doing another part of query processing) or at all (e.g. if it was
19551955
* cancelled or errored out due to another IO also failing). The
1956-
* issuer of the IO will emit an ERROR when processing the IO's
1956+
* definer of the IO will emit an ERROR when processing the IO's
19571957
* results
19581958
*/
19591959
pgaio_result_report(result, td, LOG_SERVER_ONLY);

0 commit comments

Comments
 (0)