diff options
author | Andres Freund <andres@anarazel.de> | 2025-04-01 16:06:48 -0400 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2025-04-01 16:06:48 -0400 |
commit | e19dc74491e68e1df05c99c4937929cef3092a3b (patch) | |
tree | 42b4cd84ce00f44fac9f23e2baeb4b02121fbf3e /src/backend/storage/smgr/md.c | |
parent | fdd146a8ef2bc0c24e8d27e3773feeb8ef0a9c25 (diff) | |
download | postgresql-e19dc74491e68e1df05c99c4937929cef3092a3b.tar.gz postgresql-e19dc74491e68e1df05c99c4937929cef3092a3b.zip |
aio: Minor comment improvements
Reviewed-by: Noah Misch <noah@leadboat.com>
Discussion: https://postgr.es/m/usbwzckj7q3jhfx3ann3nrfnukmupbs35axvq5zfyeo6nvrzrm@onjhxs2du4st
Diffstat (limited to 'src/backend/storage/smgr/md.c')
-rw-r--r-- | src/backend/storage/smgr/md.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/smgr/md.c b/src/backend/storage/smgr/md.c index b39c9334656..f99c9d90013 100644 --- a/src/backend/storage/smgr/md.c +++ b/src/backend/storage/smgr/md.c @@ -1981,7 +1981,7 @@ md_readv_complete(PgAioHandle *ioh, PgAioResult prior_result, uint8 cb_data) * might not process the query result immediately (because it is busy * doing another part of query processing) or at all (e.g. if it was * cancelled or errored out due to another IO also failing). The - * issuer of the IO will emit an ERROR when processing the IO's + * definer of the IO will emit an ERROR when processing the IO's * results */ pgaio_result_report(result, td, LOG_SERVER_ONLY); |