mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Cosmetic fixups for WAL usage work.
Reported-by: Justin Pryzby and Euler Taveira Author: Justin Pryzby and Julien Rouhaud Reviewed-by: Amit Kapila Discussion: https://postgr.es/m/CAB-hujrP8ZfUkvL5OYETipQwA=e3n7oqHFU=4ZLxWS_Cza3kQQ@mail.gmail.com
This commit is contained in:
@ -1258,7 +1258,7 @@ XLogInsertRecord(XLogRecData *rdata,
|
||||
{
|
||||
pgWalUsage.wal_bytes += rechdr->xl_tot_len;
|
||||
pgWalUsage.wal_records++;
|
||||
pgWalUsage.wal_num_fpw += num_fpw;
|
||||
pgWalUsage.wal_fpw += num_fpw;
|
||||
}
|
||||
|
||||
return EndPos;
|
||||
|
Reference in New Issue
Block a user