|
PostgreSQL Source Code git master
|
Data Fields | |
| astreamer | base |
| char * | pathname |
| FILE * | file |
| bool | should_close_file |
Definition at line 24 of file astreamer_file.c.
| astreamer astreamer_plain_writer::base |
Definition at line 26 of file astreamer_file.c.
Referenced by astreamer_plain_writer_free(), and astreamer_plain_writer_new().
| FILE* astreamer_plain_writer::file |
Definition at line 28 of file astreamer_file.c.
Referenced by astreamer_plain_writer_content(), astreamer_plain_writer_finalize(), and astreamer_plain_writer_new().
| char* astreamer_plain_writer::pathname |
Definition at line 27 of file astreamer_file.c.
Referenced by astreamer_plain_writer_content(), astreamer_plain_writer_finalize(), astreamer_plain_writer_free(), and astreamer_plain_writer_new().
| bool astreamer_plain_writer::should_close_file |
Definition at line 29 of file astreamer_file.c.
Referenced by astreamer_plain_writer_finalize(), astreamer_plain_writer_free(), and astreamer_plain_writer_new().