1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Rename handle to fd.

Pretty much everywhere handle is used what is really meant is file descriptor (fd). This terminology got migrated over from Perl and is just not quite correct, or at least not as correct as fd.

There were also plenty of places fd was used so now all uses are consistent.

The Perl code was not updated but might be in a future commit.
This commit is contained in:
David Steele
2020-08-05 18:25:07 -04:00
parent a1d7d50223
commit cde2c756ea
51 changed files with 437 additions and 443 deletions
+16 -16
View File
@@ -739,6 +739,22 @@ src/common/io/bufferWrite.h:
class: core
type: c/h
src/common/io/fdRead.c:
class: core
type: c
src/common/io/fdRead.h:
class: core
type: c/h
src/common/io/fdWrite.c:
class: core
type: c
src/common/io/fdWrite.h:
class: core
type: c/h
src/common/io/filter/buffer.c:
class: core
type: c
@@ -783,22 +799,6 @@ src/common/io/filter/size.h:
class: core
type: c/h
src/common/io/handleRead.c:
class: core
type: c
src/common/io/handleRead.h:
class: core
type: c/h
src/common/io/handleWrite.c:
class: core
type: c
src/common/io/handleWrite.h:
class: core
type: c/h
src/common/io/http/client.c:
class: core
type: c