mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix copy/paste mistake in comment
Backpatch to 17 Author: Yugo NAGATA <nagata@sraoss.co.jp> Discussion: https://postgr.es/m/20240704134638.355ad44a445fa1e764a220cd@sranhm.sraoss.co.jp
This commit is contained in:
		@@ -299,7 +299,8 @@ PQcancelSocket(const PGcancelConn *cancelConn)
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 *		PQcancelErrorMessage
 | 
					 *		PQcancelErrorMessage
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Get the socket of the cancel connection.
 | 
					 * Returns the error message most recently generated by an operation on the
 | 
				
			||||||
 | 
					 * cancel connection.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
char *
 | 
					char *
 | 
				
			||||||
PQcancelErrorMessage(const PGcancelConn *cancelConn)
 | 
					PQcancelErrorMessage(const PGcancelConn *cancelConn)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user