File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ typedef struct BrinOpcInfo
576576
577577 <para>
578578 The <function>options</function> function is passed a pointer to a
579- <replaceable >local_relopts</replaceable > struct, which needs to be
579+ <structname >local_relopts</structname > struct, which needs to be
580580 filled with a set of operator class specific options. The options
581581 can be accessed from other support functions using the
582582 <literal>PG_HAS_OPCLASS_OPTIONS()</literal> and
Original file line number Diff line number Diff line change @@ -566,7 +566,7 @@ equalimage(<replaceable>opcintype</replaceable> <type>oid</type>) returns bool
566566<synopsis>
567567options(<replaceable>relopts</replaceable> <type>local_relopts *</type>) returns void
568568</synopsis>
569- The function is passed a pointer to a <replaceable >local_relopts</replaceable >
569+ The function is passed a pointer to a <structname >local_relopts</structname >
570570 struct, which needs to be filled with a set of operator class
571571 specific options. The options can be accessed from other support
572572 functions using the <literal>PG_HAS_OPCLASS_OPTIONS()</literal> and
Original file line number Diff line number Diff line change 412412
413413 <para>
414414 The <function>options</function> function is passed a pointer to a
415- <replaceable >local_relopts</replaceable > struct, which needs to be
415+ <structname >local_relopts</structname > struct, which needs to be
416416 filled with a set of operator class specific options. The options
417417 can be accessed from other support functions using the
418418 <literal>PG_HAS_OPCLASS_OPTIONS()</literal> and
Original file line number Diff line number Diff line change @@ -962,7 +962,7 @@ LANGUAGE C STRICT;
962962 </para>
963963
964964 <para>
965- The function is passed a pointer to a <replaceable >local_relopts</replaceable >
965+ The function is passed a pointer to a <structname >local_relopts</structname >
966966 struct, which needs to be filled with a set of operator class
967967 specific options. The options can be accessed from other support
968968 functions using the <literal>PG_HAS_OPCLASS_OPTIONS()</literal> and
Original file line number Diff line number Diff line change @@ -897,7 +897,7 @@ LANGUAGE C STRICT;
897897 </para>
898898
899899 <para>
900- The function is passed a pointer to a <replaceable >local_relopts</replaceable >
900+ The function is passed a pointer to a <structname >local_relopts</structname >
901901 struct, which needs to be filled with a set of operator class
902902 specific options. The options can be accessed from other support
903903 functions using the <literal>PG_HAS_OPCLASS_OPTIONS()</literal> and
You can’t perform that action at this time.
0 commit comments