PostgreSQL Source Code  git master
PQExpBufferData Struct Reference

#include <pqexpbuffer.h>

Data Fields

char * data
 
size_t len
 
size_t maxlen
 

Detailed Description

Definition at line 44 of file pqexpbuffer.h.

Field Documentation

◆ data

char* PQExpBufferData::data

Definition at line 46 of file pqexpbuffer.h.

Referenced by _doSetSessionAuth(), _printTableAccessMethodNoStorage(), _printTocEntry(), _reconnectToDB(), _selectOutputSchema(), _selectTableAccessMethod(), _selectTablespace(), append_depends_on_extension(), append_relation_pattern_helper(), append_schema_pattern(), appendPGArray(), appendQualifiedRelation(), appendStringLiteralDQ(), bbstreamer_recovery_injector_content(), binary_upgrade_set_pg_class_oids(), binary_upgrade_set_type_oids_by_type_oid(), bootstrap_template1(), buildACLCommands(), buildDefaultACLCommands(), buildMatViewRefreshDependencies(), buildShSecLabels(), check_for_data_types_usage(), check_for_incompatible_polymorphics(), cluster_one_database(), collectComments(), collectSecLabels(), compile_database_list(), compile_relation_list_one_db(), conninfo_uri_parse_options(), copy_previous_query(), create_logical_replication_slots(), createPartitions(), CreateReplicationSlot(), createViewAsClause(), describeOneTableDetails(), describeOneTSConfig(), describeOneTSParser(), describePublications(), discard_query_text(), do_copy(), do_edit(), do_watch(), DropReplicationSlot(), dumpAccessMethod(), dumpACL(), dumpAgg(), dumpAttrDef(), dumpBaseType(), dumpCast(), dumpCollation(), dumpCommentExtended(), dumpCompositeType(), dumpCompositeTypeColComments(), dumpConstraint(), dumpConversion(), dumpDatabase(), dumpDefaultACL(), dumpDomain(), dumpEncoding(), dumpEnumType(), dumpEventTrigger(), dumpExtension(), dumpForeignDataWrapper(), dumpForeignServer(), dumpFunc(), dumpIndex(), dumpIndexAttach(), dumpLO(), dumpNamespace(), dumpOpclass(), dumpOpfamily(), dumpOpr(), dumpPolicy(), dumpProcLang(), dumpPublication(), dumpPublicationNamespace(), dumpPublicationTable(), dumpRangeType(), dumpRoleMembership(), dumpRule(), dumpSearchPath(), dumpSecLabel(), dumpSequence(), dumpSequenceData(), dumpShellType(), dumpStatisticsExt(), dumpStdStrings(), dumpSubscription(), dumpSubscriptionTable(), dumpTable(), dumpTableAttach(), dumpTableComment(), dumpTableConstraintComment(), dumpTableData(), dumpTableData_copy(), dumpTableData_insert(), dumpTableSchema(), dumpTableSecLabel(), dumpTransform(), dumpTrigger(), dumpTSConfig(), dumpTSDictionary(), dumpTSParser(), dumpTSTemplate(), dumpUndefinedType(), dumpUserMappings(), ensureCleanShutdown(), exec_command_ef_ev(), exec_command_print(), exec_command_write(), ExecuteSimpleCommands(), expand_dbname_patterns(), expand_extension_name_patterns(), expand_foreign_server_name_patterns(), expand_schema_name_patterns(), expand_table_name_patterns(), filter_read_item(), fmtCopyColumnList(), fmtId(), fmtQualifiedId(), generate_old_dump(), GenerateRecoveryConfig(), get_create_object_cmd(), get_db_conn(), get_language_name(), get_next_possible_free_pg_type_oid(), get_parallel_object_list(), getAccessMethods(), getAdditionalACLs(), getAggregates(), getCasts(), getCollations(), getConstraints(), getConversions(), getDefaultACLs(), getDependencies(), getDomainConstraints(), getEventTriggers(), getExtendedStatistics(), getExtensionMembership(), getExtensions(), getForeignDataWrappers(), getForeignServers(), getFormattedTypeName(), getFuncs(), getIndexes(), getInherits(), getLOs(), getNamespaces(), getNotify(), getOpclasses(), getOperators(), getOpfamilies(), getParameterStatus(), getPartitioningInfo(), getPolicies(), getProcLangs(), getPublicationNamespaces(), getPublications(), getPublicationTables(), getRestoreCommand(), getRowDescriptions(), getRules(), gets_fromFile(), GetSlotInformation(), getSubscriptions(), getTableAttrs(), getTables(), getTransforms(), getTriggers(), getTSConfigurations(), getTSDictionaries(), getTSParsers(), getTSTemplates(), getTypes(), initCreatePKeys(), initCreateTables(), initGenerateDataServerSide(), initialize_data_directory(), initPopulateTable(), is_load_via_partition_root(), listOneExtensionContents(), listPartitionedTables(), lockTableForWorker(), lookup_object_oid(), main(), MainLoop(), minimal_error_message(), old_9_6_invalidate_hash_indexes(), output_completion_banner(), parseQuery(), patternToSQLRegex(), pg_SASL_init(), pg_send_history(), postprocess_sql_command(), PQconnectPoll(), PQconninfoParse(), pqEndcopy3(), PQerrorMessage(), pqGetErrorNotice3(), pqGetNegotiateProtocolVersion3(), pqParseInput3(), PQrequestCancel(), PQresultVerboseErrorMessage(), pqSetResultError(), process_backslash_command(), processExtensionTables(), processSQLNamePattern(), refreshMatViewData(), report_extension_updates(), reportErrorPosition(), RestoreArchive(), run_reindex_command(), runInitSteps(), runPgDump(), setup_connection(), setup_recovery(), start_postmaster(), start_standby_server(), StreamLogicalLog(), test_specific_config_settings(), vacuum_one_database(), validateSQLNamePattern(), and WriteRecoveryConfig().

◆ len

◆ maxlen

size_t PQExpBufferData::maxlen

Definition at line 48 of file pqexpbuffer.h.

Referenced by PQrequestCancel().


The documentation for this struct was generated from the following file: