@@ -2451,12 +2451,11 @@ getObjectDescription(const ObjectAddress *object)
2451
2451
initStringInfo (& opfam );
2452
2452
getOpFamilyDescription (& opfam , amopForm -> amopfamily );
2453
2453
2454
- /*
2455
- * translator: %d is the operator strategy (a number), the
2456
- * first two %s's are data type names, the third %s is the
2457
- * description of the operator family, and the last %s is the
2458
- * textual form of the operator with arguments.
2459
- */
2454
+ /*------
2455
+ translator: %d is the operator strategy (a number), the
2456
+ first two %s's are data type names, the third %s is the
2457
+ description of the operator family, and the last %s is the
2458
+ textual form of the operator with arguments. */
2460
2459
appendStringInfo (& buffer , _ ("operator %d (%s, %s) of %s: %s" ),
2461
2460
amopForm -> amopstrategy ,
2462
2461
format_type_be (amopForm -> amoplefttype ),
@@ -2502,12 +2501,11 @@ getObjectDescription(const ObjectAddress *object)
2502
2501
initStringInfo (& opfam );
2503
2502
getOpFamilyDescription (& opfam , amprocForm -> amprocfamily );
2504
2503
2505
- /*
2506
- * translator: %d is the function number, the first two %s's
2507
- * are data type names, the third %s is the description of the
2508
- * operator family, and the last %s is the textual form of the
2509
- * function with arguments.
2510
- */
2504
+ /*------
2505
+ translator: %d is the function number, the first two %s's
2506
+ are data type names, the third %s is the description of the
2507
+ operator family, and the last %s is the textual form of the
2508
+ function with arguments. */
2511
2509
appendStringInfo (& buffer , _ ("function %d (%s, %s) of %s: %s" ),
2512
2510
amprocForm -> amprocnum ,
2513
2511
format_type_be (amprocForm -> amproclefttype ),
0 commit comments