mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Doc: fix missing comma at the end of a line.
Backpatch to 17, where the line was added. Reported by Noboru Saito while he was working on translating the file into Japanese. Discussion: https://postgr.es/m/20250417.203047.1321297410457834775.ishii%40postgresql.org Reported-by: Noboru Saito <noborusai@gmail.com> Reviewed-by: Daniel Gustafs <daniel@yesql.se> Backpatch-through: 17
This commit is contained in:
		@@ -5070,7 +5070,7 @@ unsigned char *PQunescapeBytea(const unsigned char *from, size_t *to_length);
 | 
				
			|||||||
   <xref linkend="libpq-PQprepare"/>,
 | 
					   <xref linkend="libpq-PQprepare"/>,
 | 
				
			||||||
   <xref linkend="libpq-PQexecPrepared"/>,
 | 
					   <xref linkend="libpq-PQexecPrepared"/>,
 | 
				
			||||||
   <xref linkend="libpq-PQdescribePrepared"/>,
 | 
					   <xref linkend="libpq-PQdescribePrepared"/>,
 | 
				
			||||||
   <xref linkend="libpq-PQdescribePortal"/>
 | 
					   <xref linkend="libpq-PQdescribePortal"/>,
 | 
				
			||||||
   <xref linkend="libpq-PQclosePrepared"/>, and
 | 
					   <xref linkend="libpq-PQclosePrepared"/>, and
 | 
				
			||||||
   <xref linkend="libpq-PQclosePortal"/>
 | 
					   <xref linkend="libpq-PQclosePortal"/>
 | 
				
			||||||
   respectively.
 | 
					   respectively.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user